aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-07-01 21:52:26 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-07-01 21:52:26 +1000
commitb78bb49c8f8d835989bba6d2a46592cb0f550b95 (patch)
tree10b861ce63dd9d5726e178cc374b14a6373d541e /bin
parent6592ab7a3c3e71f075b0a065ff5e649139d67ca2 (diff)
remove logging used during development
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mr2osc.mjs1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mr2osc.mjs b/bin/mr2osc.mjs
index 4c3401b..4bca6a2 100755
--- a/bin/mr2osc.mjs
+++ b/bin/mr2osc.mjs
@@ -427,7 +427,6 @@ async function run() {
console.log('Step 3/4: Create changes')
createChanges()
- console.log(changes)
console.log('Step 4/4: Upload changes')
await uploadChanges()