Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed May 13, 2016
1 parent 0d7ddde commit 7b88f00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,13 @@ var boot = function() {

if (fs.existsSync(customPackageFolder)){
console.groupCollapsed("ironNode packages");
//var customApp = new CustomApp();
packageController.autoload({
debug: true,
identify: function() {
return (this.meta.iron_node_package === true);
},
directories: [customPackageFolder],
packageContstructorSettings: {/*app:customApp*/}
packageContstructorSettings: {}
});
console.groupEnd();
} else {
Expand Down

0 comments on commit 7b88f00

Please sign in to comment.