Skip to content

Commit

Permalink
logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Mar 6, 2024
1 parent 8c6e71c commit e0cc326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function generate_data_json() {
let fileContent = fs.readFileSync(path.join(".", "bos.config.json"), "utf8");

fileContent = removeComments(fileContent); // remove comments and spaces
console.log("FOOO:", fileContent);
fileContent = JSON.parse(fileContent);

// prepare fields for data.json structure
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance while using concepts that are based on ReactJS.",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"main": "main.js",
"author": "Wenderson Pires - wendersonpires.near",
"license": "MIT",
Expand Down

0 comments on commit e0cc326

Please sign in to comment.