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 a9b6f1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
name: Build
env:
RUSTFLAGS: "-D warnings -C opt-level=z -C target-cpu=x86-64 -C debuginfo=1"
RUSTFLAGS: "-D warnings -C opt-level=z -C debuginfo=1"
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows
runs-on: ${{ matrix.os }}
strategy:
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 a9b6f1a

Please sign in to comment.