Remove debugging printout.

git-svn-id: http://op25.osmocom.org/svn/trunk@131 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
stevie 2009-01-12 22:31:20 +00:00
parent a82a4b0714
commit 61e2f049e3
1 changed files with 0 additions and 4 deletions

View File

@ -143,10 +143,6 @@ class p25_rx_block (stdgui2.std_top_block):
# Disconnect the flow graph
#
def __disconnect(self):
print "connection list: "
print self.cnxns
for l in self.cnxns:
for b in l:
if b == l[0]: