diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/init.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/init.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs index ae6a202..8513f18 100644 --- a/src/bin/ngit/sub_commands/init.rs +++ b/src/bin/ngit/sub_commands/init.rs | |||
| @@ -1261,7 +1261,6 @@ async fn publish_and_finalize( | |||
| 1261 | }; | 1261 | }; |
| 1262 | 1262 | ||
| 1263 | // Step 2: Create event | 1263 | // Step 2: Create event |
| 1264 | println!("publishing repostory announcement to nostr..."); | ||
| 1265 | let repo_event = repo_ref.to_event(&signer).await?; | 1264 | let repo_event = repo_ref.to_event(&signer).await?; |
| 1266 | 1265 | ||
| 1267 | // Step 3: Build nostr URL | 1266 | // Step 3: Build nostr URL |