From 42af6dbec206225a01bacab09b781dfc14169f43 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 21 Nov 2019 14:47:00 +0000 Subject: [PATCH] Removed irritating debug log --- src/components/viewComponents/connectComponents/hostCard.vue | 1 - 1 file changed, 1 deletion(-) 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() {