Skip to content

Commit 5734014

Browse files
remove unused function/imports in wrangler entry (#8056)
* remove unused function wrangler entry * Update wrangler.js
1 parent aaa9cca commit 5734014

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/wrangler/bin/wrangler.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
#!/usr/bin/env node
22
const { spawn } = require("child_process");
33
const path = require("path");
4-
const fs = require("fs");
5-
const os = require("os");
64

75
const MIN_NODE_VERSION = "16.13.0";
8-
const debug =
9-
process.env["WRANGLER_LOG"] === "debug"
10-
? (...args) => console.log(...args)
11-
: () => {};
126

137
let wranglerProcess;
148

0 commit comments

Comments
 (0)