Skip to content
Snippets Groups Projects
Commit cac1f1a9 authored by Phil's avatar Phil
Browse files

Removed debug code

parent b870bc40
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,6 @@ lfilter: truth function to apply to each packet to decide whether it will be dis ...@@ -333,7 +333,6 @@ lfilter: truth function to apply to each packet to decide whether it will be dis
gr += ' "evt.%s" -> "dst.%s";\n' % (`e`,`d`) gr += ' "evt.%s" -> "dst.%s";\n' % (`e`,`d`)
gr += "}" gr += "}"
open("/tmp/aze","w").write(gr)
return do_graph(gr, **kargs) return do_graph(gr, **kargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment