diff options
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 5cbec7f..c2f4ddd 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -285,7 +285,6 @@ async fn create_and_publish_events_and_proposals( | |||
| 285 | // TODO check whether tip of each branch pushed is on at least one git server | 285 | // TODO check whether tip of each branch pushed is on at least one git server |
| 286 | // before broadcasting the nostr state | 286 | // before broadcasting the nostr state |
| 287 | if !events.is_empty() { | 287 | if !events.is_empty() { |
| 288 | term.write_line("broadcast to nostr relays:")?; | ||
| 289 | send_events( | 288 | send_events( |
| 290 | client, | 289 | client, |
| 291 | Some(git_repo.get_path()?), | 290 | Some(git_repo.get_path()?), |