summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-11-27 21:20:29 -0600
committerOmar Roth <omarroth@hotmail.com>2018-11-27 21:20:29 -0600
commit32bd593a8a745422cab7ed9851d8a0e6ee21c040 (patch)
tree72d62228c37d3657b1ab355bab5f0c9f62b9b04f /src
parent1c49fa3b634edd70ed59fc19a7eb540ce63f56bd (diff)
downloadinvidious-32bd593a8a745422cab7ed9851d8a0e6ee21c040.tar.gz
invidious-32bd593a8a745422cab7ed9851d8a0e6ee21c040.tar.bz2
invidious-32bd593a8a745422cab7ed9851d8a0e6ee21c040.zip
Remove log statement
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/components/player.ecr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invidious/views/components/player.ecr b/src/invidious/views/components/player.ecr
index 86a3552f..1f70270b 100644
--- a/src/invidious/views/components/player.ecr
+++ b/src/invidious/views/components/player.ecr
@@ -159,7 +159,6 @@ if (bpb) {
promise.then(_ => {
}).catch(error => {
bpb.show();
- console.log(error);
});
}
});