diff --git a/.gitignore b/.gitignore index 661998b1d..52f16b2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /static/locales yarn-error.log package-lock.json -.idea/ \ No newline at end of file +.idea/ +/build/daemon.ver \ No newline at end of file diff --git a/build/daemon.ver b/build/daemon.ver deleted file mode 100644 index a4e543eba..000000000 --- a/build/daemon.ver +++ /dev/null @@ -1 +0,0 @@ -0.20.4 \ No newline at end of file diff --git a/build/downloadDaemon.js b/build/downloadDaemon.js index b4e30e047..4e45f1ad2 100644 --- a/build/downloadDaemon.js +++ b/build/downloadDaemon.js @@ -28,7 +28,6 @@ const downloadDaemon = targetPlatform => const daemonURL = daemonURLTemplate .replace(/DAEMONVER/g, daemonVersion) .replace(/OSNAME/g, daemonPlatform); - console.log(daemonURL); // If a daemon and daemon.ver exists, check to see if it matches the current daemon version const hasDaemonDownloaded = fs.existsSync(daemonFilePath);