Skip to content

Commit

Permalink
delete LOG node in package func from chaincode views
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungHypo committed Dec 14, 2024
1 parent 123b4e9 commit 076c2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api-engine/api/routes/chaincode/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def install(self, request):
if not qs.exists():
raise ResourceNotFound
peer_node = qs.first()
LOG.info("peer_node: {}".format(peer_node))

envs = init_env_vars(peer_node, org)
peer_channel_cli = PeerChainCode(**envs)
Expand Down

0 comments on commit 076c2bb

Please sign in to comment.