remove some pro-debugger print lines

This commit is contained in:
headshot2017 2021-03-14 00:27:15 -04:00
parent 14bca733fd
commit 582a4eaf6c

View File

@ -2806,9 +2806,7 @@ class TCP_Thread(QtCore.QThread):
elif header == 'PV':
self.parent.mychar = int(network[3])
#print "hiding"
self.parent.charselect.hide()
#print "hidden"
self.newChar.emit(self.parent.charlist[self.parent.mychar][0])
elif header == 'LE':