From d6b948e0d11cdabcfa9c39409c91492b4c49b4f3 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 11 Dec 2013 19:10:08 -0600 Subject: [PATCH] Master Mode info (info only) wasn't gathered properly. --- dmrlink.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dmrlink.py b/dmrlink.py index b318e7d..1f465f9 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -772,7 +772,6 @@ class IPSC(DatagramProtocol): # When we hear from the master, record it's ID, flag that we're connected, and reset the dead counter. elif _packettype == MASTER_REG_REPLY: - print('JIMMY') _hex_mode = (data[10:11]) _mode = int(h(_hex_mode), 16)