Skip to content

Commit

Permalink
fix: remove useless log;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jun 24, 2021
1 parent 164ab59 commit 11f2988
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions init/func_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ class FunctionLoader {
}
}


const fi = new FunctionLoader()
fi.getFunctions()
.then(console.log)


module.exports = {
FunctionLoader
}

0 comments on commit 11f2988

Please sign in to comment.