remove duplicated command print

This commit is contained in:
Quentin Leonetti
2019-07-13 21:17:34 +02:00
parent 56402870fc
commit 578efdd523
3 changed files with 9 additions and 13 deletions

View File

@@ -24,10 +24,6 @@ function Library (ronin) {
// TODO: Closes Ronin
}
this.print = (...args) => {
console.log(...args)
}
// Logic
this.gt = (a, b) => {