diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-02-12 11:21:56 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-02-12 11:21:56 -0400 |
commit | 1370490d576ded35004b741bec1e07dc8187cfe5 (patch) | |
tree | 1a02beb17e164d2ad7187805644153af8e3fa19f | |
parent | ee81b1eb2a3f4077344197128096db4f6daf2d1a (diff) |
remove 'all artist data is good' cli message
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/upd8.js b/upd8.js index 65461c55..a03796b3 100755 --- a/upd8.js +++ b/upd8.js @@ -4262,8 +4262,6 @@ async function main() { } if (CR4SH) { return; - } else { - console.log(`All artist data is good!`); } } |