Index: /branch/UMPA/umpa/_packets.py
===================================================================
--- /branch/UMPA/umpa/_packets.py (revision 3582)
+++ /branch/UMPA/umpa/_packets.py (revision 3583)
@@ -111,11 +111,4 @@
             print proto
         return super(Packet, self).__str__()
-
-    def print_protocols(self):
-        """
-        Print all included protocols into the packet.
-        """
-        for p in self.protos:
-            print p
 
     def include(self, *protos):
