8000 fix: Remove debug console.log · fuse-box/fuse-box@1d3172c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 1d3172c

Browse files
troyntnchanged
authored andcommitted
fix: Remove debug console.log
1 parent fc3017e commit 1d3172c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/BundleProducer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export class BundleProducer {
3636
}
3737

3838
public run(opts: { chokidar?: any, runType?: string }): Promise<BundleProducer> {
39-
console.log("RUN");
4039
if (opts) {
4140
this.chokidarOptions = opts.chokidar;
4241
}

0 commit comments

Comments
 (0)
0