From ea1dad5697636e1593472ccf42f540fc19b1722c Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 23 Sep 2017 23:27:14 +0000 Subject: [PATCH] Removed useless logs --- controllers/total/calendar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/total/calendar.js b/controllers/total/calendar.js index 8112aea..ffbd5e3 100644 --- a/controllers/total/calendar.js +++ b/controllers/total/calendar.js @@ -72,7 +72,6 @@ cal.Event = class { } getTdEquivalent() { - console.log(this.type); return this.getDurationInHours() * cal.getFactor(this.type); }