From 797287acbf0296d0a959f0cdb0a1e24abbf8584a Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sat, 8 Apr 2023 22:25:39 -0500 Subject: [PATCH] Make circle more circular --- commands/drawDesign.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index 78ed44f..b6281ea 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -206,5 +206,5 @@ function design4(input) { } return outputString; } -console.log(design4("super long test string super long test string")); +//console.log(design4("super long test string super long test string")); //"super long test string super long test string" \ No newline at end of file