Remove leftover console.log

A console.log was left in a .js file, leading to noisy
debug messages in the JavaScript console.

Change-Id: Ieb8a6ee70ffe26df5d2bba0e013f01e709504edf
This commit is contained in:
Thierry Carrez 2018-02-14 15:01:31 +01:00
parent 942d41b82d
commit 16b0d1d7b1
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ Handlebars.registerHelper('roomcode',
return new Handlebars.SafeString(cell); return new Handlebars.SafeString(cell);
} else { } else {
if (additional[room]) { if (additional[room]) {
console.log(additional[room][timecode]);
if (additional[room][timecode] != undefined) { if (additional[room][timecode] != undefined) {
if (additional[room][timecode] == "") { if (additional[room][timecode] == "") {
if (s == 1) { if (s == 1) {