Removed irritating debug log
This commit is contained in:
parent
39ec99ed29
commit
42af6dbec2
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ export default {
|
||||||
// Set the snapshot image src to the snapshot URL,
|
// Set the snapshot image src to the snapshot URL,
|
||||||
// adding a timestamp argument to act as a cache-breaker
|
// adding a timestamp argument to act as a cache-breaker
|
||||||
this.snapshotSrc = `${this.snapshotURL}?${Date.now()}`;
|
this.snapshotSrc = `${this.snapshotURL}?${Date.now()}`;
|
||||||
console.log(`Updating snapshot URL to ${this.snapshotSrc}`);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
updateSnapshotPoll: function() {
|
updateSnapshotPoll: function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue