From 5e518b1bdfeb21921cb54d2c48262f88fdf1b6ef Mon Sep 17 00:00:00 2001 From: Folkert Kevelam Date: Sun, 30 Mar 2025 18:58:16 +0200 Subject: [PATCH] Remove unecesary print statements --- SICP/dot.janet | 2 -- 1 file changed, 2 deletions(-) diff --git a/SICP/dot.janet b/SICP/dot.janet index b8f2286..2c59963 100644 --- a/SICP/dot.janet +++ b/SICP/dot.janet @@ -127,8 +127,6 @@ (= (get graph :graph_type) :graph) "graph" (= (get graph :graph_type) :digraph) "digraph")) - (print graph_type) - (print name) (file/write f (string/format "%s %s {" graph_type name)) (if