mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
removed debug print statement
This commit is contained in:
parent
ad6ba5b418
commit
adbd605fbd
|
|
@ -849,8 +849,6 @@ class LookupLib(object):
|
|||
else:
|
||||
raise AttributeError(root.Error.text) #most likely session key missing
|
||||
|
||||
print(root)
|
||||
|
||||
if root.Callsign is None:
|
||||
raise ValueError
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue