Skip to content

Commit 72ef617

Browse files
author
mircial
committed
delete dubug info
1 parent a6d6f37 commit 72ef617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ic/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def read_state_raw(self, canister_id, paths):
103103
raise ValueError('Invalid path requested!')
104104
elif ret == b'Could not parse body as read request: invalid type: byte array, expected a sequence':
105105
raise ValueError('Could not parse body as read request: invalid type: byte array, expected a sequence')
106-
print(ret)
107106
d = cbor2.loads(ret)
108107
cert = cbor2.loads(d['certificate'])
109108
return cert

0 commit comments

Comments
 (0)