Remove logging

This commit is contained in:
Zach Fox 2018-06-12 09:25:09 -07:00
parent 14034f29a1
commit 860f9db939

View file

@ -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) {