Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Apr 25, 2024
1 parent ffe251e commit 2ac41ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
target: x86_64-unknown-linux-musl
override: true

- uses: golemfactory/build-deb-action@v2
- uses: golemfactory/build-deb-action@v5
id: deb
with:
debVersion: ${{ steps.version.outputs.version }}
Expand Down
6 changes: 0 additions & 6 deletions crates/router/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@ impl<
);
}
GsbMessage::CallReply(call_reply) => {
log::info!(
"sending reply: id={}:type={}::{}",
call_reply.request_id,
call_reply.reply_type,
String::from_utf8_lossy(&call_reply.data)
);
return Box::pin(
self.handle_call_reply(call_reply, ctx)
.into_actor(self)
Expand Down

0 comments on commit 2ac41ce

Please sign in to comment.