Removed irritating debug log

This commit is contained in:
Joel Collins 2019-11-21 14:47:00 +00:00
parent 39ec99ed29
commit 42af6dbec2

View file

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