mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 02:19:32 +02:00
Remove logging
This commit is contained in:
parent
14034f29a1
commit
860f9db939
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue