Remove debugging artifact

This commit is contained in:
Petko Bordjukov 2015-08-12 21:23:52 +03:00
parent 0dcfa7efa0
commit e8f8632530
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ function Schedule(hallId) {
});
events = scheduleEvents;
console.log(events);
});
}