Removed useless logs
This commit is contained in:
parent
b00eb74bc5
commit
ea1dad5697
|
@ -72,7 +72,6 @@ cal.Event = class {
|
||||||
}
|
}
|
||||||
|
|
||||||
getTdEquivalent() {
|
getTdEquivalent() {
|
||||||
console.log(this.type);
|
|
||||||
return this.getDurationInHours() * cal.getFactor(this.type);
|
return this.getDurationInHours() * cal.getFactor(this.type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue