Skip to content

Commit

Permalink
removed logs in push code
Browse files Browse the repository at this point in the history
  • Loading branch information
subrahmanyam-pampana committed Mar 14, 2023
1 parent a902ed8 commit 6146f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/push_to_mii.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ async function pushFilestoMII() {
}
const promise = new Promise((resolve, reject) => {
saveFile(modifiedFiles[file].path, fs.readFileSync(`./webapp/${file}`)).then((res) => {
console.log(res)
if (res && !res.FatalError) {
console.log(modifiedFiles[file].path)
delete modifiedFiles[file]
Expand Down

0 comments on commit 6146f0f

Please sign in to comment.