refactor: nope

This commit is contained in:
cha0s 2021-01-03 21:43:03 -06:00
parent 3320999693
commit d63b03d34d

View File

@ -20,8 +20,6 @@ export default {
return object;
},
makeVector: (x, y) => [x, y],
log: (...args) => {
// eslint-disable-next-line no-console
console.log(...args);