diff --git a/scapy/plist.py b/scapy/plist.py
index f08350f3224f1c016951338ce7f6c78bb663811c..4eced0db3967dfbd2597fbfef1bc44ecd8d2cdad 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)