Remove unecesary print statements
This commit is contained in:
parent
dc0dd132b8
commit
5e518b1bdf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user