From 860f9db939e4a7a93b05dbe90e65c27b161912b1 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 12 Jun 2018 09:25:09 -0700 Subject: [PATCH] Remove logging --- scripts/system/snapshot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index 349b1a1ba4..9b540aefc8 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -387,7 +387,6 @@ function snapshotUploaded(isError, reply) { isGif = fileExtensionMatches(imageURL, "gif"), ignoreGifSnapshotData = false, ignoreStillSnapshotData = false; - console.log("ZRF " + JSON.stringify(replyJson)); storyIDsToMaybeDelete.push(storyID); if (isGif) { if (mostRecentGifSnapshotFilename !== replyJson.user_story.details.original_image_file_name) {