From 0e50449779fc8b89312b48e43f1ceef6ecc6eb3b Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 29 Apr 2022 05:18:59 +0200 Subject: [PATCH] Remove a comment --- rn.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rn.js b/rn.js index 4489c22..ea53f1d 100644 --- a/rn.js +++ b/rn.js @@ -36,7 +36,6 @@ function g(digits){ let result = m[i]+x; if(count != 0) process.stdout.write(", "); - //console.log(result); process.stdout.write(`${result}`) count += 1; }