Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jun 13, 2020
1 parent 782eab7 commit 139324a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default function festLoader(source) {

// Tracking dependencies is optional feature, that could fail
getDependencies(this.resourcePath, source).catch(() => []).then((deps) => {
console.log(deps);
deps.forEach((dep) => this.addDependency(dep));
}).then(() => (
new Promise(compile(source, {
Expand Down

0 comments on commit 139324a

Please sign in to comment.