Removing extraneous console.log
This commit is contained in:
parent
a455dc8f66
commit
7f6980541c
@ -68,8 +68,6 @@ export default {
|
|||||||
repeatCount = `${this.minimum}\u2026${formatTimes(this.maximum)}`;
|
repeatCount = `${this.minimum}\u2026${formatTimes(this.maximum)}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(repeatCount, this.minimum, this.maximum);
|
|
||||||
return repeatCount ? `repeats ${repeatCount} in total` : repeatCount;
|
return repeatCount ? `repeats ${repeatCount} in total` : repeatCount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user