Remove unecesary print statements

This commit is contained in:
Folkert Kevelam 2025-03-30 18:58:16 +02:00
parent dc0dd132b8
commit 5e518b1bdf

View File

@ -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