Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jurecuhalev committed Jul 1, 2017
1 parent fab32ad commit eeba898
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ module.exports = {
require.resolve('babel-plugin-transform-es2015-template-literals')
]
});

console.log('loooooof');
}

foundationTree = fastbootTransform(foundationTree);
Expand Down Expand Up @@ -92,7 +90,6 @@ module.exports = {
if ((typeof options.foundationJs === 'string') ||
(options.foundationJs instanceof String)) {
if (options.foundationJs === 'all') {
console.log('alll');
this.jsFilesToInclude = ['foundation.js'];
app.import(path.join('vendor/foundation-sites', 'foundation.js'));
}
Expand Down

0 comments on commit eeba898

Please sign in to comment.