Skip to content
Snippets Groups Projects
Commit d3e7cf0c authored by Giildo's avatar Giildo
Browse files

:fire: Delete console log

parent bd946c7a
Branches
Tags 1.1.5-sr2
No related merge requests found
......@@ -73,7 +73,6 @@ export class Day implements DayInterface {
this.#Y = parseInt(year)
this.#M = parseInt(month)
this.#D = parseInt(day)
console.log(this.#Y, this.#M, this.#D)
return
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment