mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 00:59:55 +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"),
|
isGif = fileExtensionMatches(imageURL, "gif"),
|
||||||
ignoreGifSnapshotData = false,
|
ignoreGifSnapshotData = false,
|
||||||
ignoreStillSnapshotData = false;
|
ignoreStillSnapshotData = false;
|
||||||
console.log("ZRF " + JSON.stringify(replyJson));
|
|
||||||
storyIDsToMaybeDelete.push(storyID);
|
storyIDsToMaybeDelete.push(storyID);
|
||||||
if (isGif) {
|
if (isGif) {
|
||||||
if (mostRecentGifSnapshotFilename !== replyJson.user_story.details.original_image_file_name) {
|
if (mostRecentGifSnapshotFilename !== replyJson.user_story.details.original_image_file_name) {
|
||||||
|
|
Loading…
Reference in a new issue