Remove debug print-out of the countdown.
parent
ca510692bb
commit
aa6b84c00b
|
@ -55,8 +55,6 @@ export default class Countdown extends React.Component {
|
|||
const hours = (milliseconds / (60 * 60 * 1000)) % 24;
|
||||
const days = (milliseconds / (24 * 60 * 60 * 1000));
|
||||
|
||||
console.log({ days, hours, minutes, seconds });
|
||||
|
||||
const size = 160; // @HACK
|
||||
|
||||
const { locale, minimumIntegerDigits, useGrouping } = this.props;
|
||||
|
|
Loading…
Reference in New Issue