diff --git a/src/components/viewComponents/connectComponents/hostCard.vue b/src/components/viewComponents/connectComponents/hostCard.vue index ab716357..c77f2b4d 100644 --- a/src/components/viewComponents/connectComponents/hostCard.vue +++ b/src/components/viewComponents/connectComponents/hostCard.vue @@ -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() {