Skip to content

Commit 192ef0a

Browse files
authored
squish println (#81)
1 parent 59889ec commit 192ef0a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

services/redis_aggregator/Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/redis_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis_aggregator"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Terkwood <metaterkhorn@gmail.com>"]
55
edition = "2018"
66

services/redis_aggregator/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,6 @@ fn publish(data: Vec<RDelta>, pubsub_ctx: &PubSubContext) -> Result<(), google_p
303303
messages: Some(messages),
304304
};
305305

306-
println!(
307-
"Sending pubsub request with {} messages",
308-
req.messages.clone().map(|ms| ms.len()).unwrap_or(0)
309-
);
310-
311306
pubsub_ctx
312307
.client
313308
.projects()

0 commit comments

Comments
 (0)