remove unecessary print statement and remove commented code

This commit is contained in:
Huy Pham 2020-02-12 08:39:10 -08:00
parent 80f47a5d4c
commit b4bf3ee391
2 changed files with 0 additions and 12 deletions

View file

@ -436,7 +436,6 @@ class CoreClient:
master = self.app
if parent_frame:
master = parent_frame
print("stop session error")
self.app.after(0, show_grpc_error, e, master, self.app)
def set_up(self):