Removed useless logs

This commit is contained in:
Thomas Forgione 2017-09-23 23:27:14 +00:00
parent b00eb74bc5
commit ea1dad5697
No known key found for this signature in database
GPG Key ID: 95D964F74A96119E
1 changed files with 0 additions and 1 deletions

View File

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