Removed useless logs

This commit is contained in:
Thomas Forgione
2017-09-23 23:27:14 +00:00
parent b00eb74bc5
commit ea1dad5697

View File

@@ -72,7 +72,6 @@ cal.Event = class {
}
getTdEquivalent() {
console.log(this.type);
return this.getDurationInHours() * cal.getFactor(this.type);
}