From 20303053c8462f68d05e328e20015903412f670d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 23 Jul 2018 16:35:04 -0400 Subject: [PATCH] exclude daemon.ver --- .gitignore | 3 ++- build/daemon.ver | 1 - build/downloadDaemon.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 build/daemon.ver 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);