Skip to content

Commit

Permalink
squish println (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Terkwood authored Jun 9, 2019
1 parent 59889ec commit 192ef0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion services/redis_aggregator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/redis_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redis_aggregator"
version = "0.3.1"
version = "0.3.2"
authors = ["Terkwood <[email protected]>"]
edition = "2018"

Expand Down
5 changes: 0 additions & 5 deletions services/redis_aggregator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,6 @@ fn publish(data: Vec<RDelta>, pubsub_ctx: &PubSubContext) -> Result<(), google_p
messages: Some(messages),
};

println!(
"Sending pubsub request with {} messages",
req.messages.clone().map(|ms| ms.len()).unwrap_or(0)
);

pubsub_ctx
.client
.projects()
Expand Down

0 comments on commit 192ef0a

Please sign in to comment.