Remove spammy log

This commit is contained in:
Michael Vines 2019-12-02 16:51:52 -07:00
parent 6796b08909
commit 41cff1b49d
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 1 deletions

View File

@ -313,7 +313,6 @@ impl RpcSubscriptions {
}
pub fn notify_slot(&self, slot: Slot, parent: Slot, root: Slot) {
info!("notify_slot!! {} from {} (root={})", slot, parent, root);
let subscriptions = self.slot_subscriptions.read().unwrap();
for (_, sink) in subscriptions.iter() {
sink.notify(Ok(SlotInfo { slot, parent, root }))