Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bakwc committed Dec 31, 2020
1 parent ffe80ac commit 4818ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_syncobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def __init__(self, selfNodeAddr, otherNodeAddrs,

@replicated
def addValue(self, value):
print(" === CALL ADD VALUE ===", value)
self.__counter += value
return self.__counter

Expand Down

0 comments on commit 4818ab7

Please sign in to comment.