diff --git a/p4Helper.py b/p4Helper.py index b11d768..17546d1 100644 --- a/p4Helper.py +++ b/p4Helper.py @@ -270,7 +270,7 @@ class P4Workspace: def __exit__( self, type, value, tb ): # If we changed the current workspace, switch it back. if self.oldworkspace_name is not None: - c.write("\nReverting back to original client view...") + #c.write("\nReverting back to original client view...") # set workspace back to the original one if try_call_process( 'p4 set P4CLIENT=' + self.oldworkspace_name ): # error_count += 1 # have console log errors