From cac1f1a9565cfcc35f687514a8e6b1aded561936 Mon Sep 17 00:00:00 2001
From: Phil <phil@secdev.org>
Date: Wed, 11 Feb 2009 23:35:18 +0100
Subject: [PATCH] Removed debug code

---
 scapy/plist.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scapy/plist.py b/scapy/plist.py
index f08350f3..4eced0db 100644
--- a/scapy/plist.py
+++ b/scapy/plist.py
@@ -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 += "}"
-        open("/tmp/aze","w").write(gr)
         return do_graph(gr, **kargs)
 
 
-- 
GitLab