Commit 42af6dbe authored by Joel Collins's avatar Joel Collins
Browse files

Removed irritating debug log

parent 39ec99ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ export default {
      // Set the snapshot image src to the snapshot URL,
      // adding a timestamp argument to act as a cache-breaker
      this.snapshotSrc = `${this.snapshotURL}?${Date.now()}`;
      console.log(`Updating snapshot URL to ${this.snapshotSrc}`);
    },

    updateSnapshotPoll: function() {