diff --git a/main.mjs b/main.mjs index 7ecc6c7..25a8e42 100644 --- a/main.mjs +++ b/main.mjs @@ -64,8 +64,4 @@ function getGrade(mark){ const grade = getGrade(argv[2]) console.log(grade) -function printdebug(text) { - if (DEBUG) { - console.error('DEBUG:',text) - } -} +function printdebug(text){ if (DEBUG)console.error('DEBUG:',text) }