Skip to content

Commit 9ccf4b6

Browse files
committed
remove extra conole out from sync message after upload
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent ba74ca7 commit 9ccf4b6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/basic_memory/cli/commands/cloud/upload_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ async def _upload():
8686
console.print(f"[blue]Syncing project '{project}'...[/blue]")
8787
try:
8888
await sync_project(project)
89-
console.print("[green]✓ Project synced[/green]")
9089
except Exception as e:
9190
console.print(f"[yellow]Warning: Sync failed: {e}[/yellow]")
9291
console.print("[dim]Files uploaded but may not be indexed yet[/dim]")

0 commit comments

Comments
 (0)