remove extra conole out from sync message after upload

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2025-10-14 00:38:02 -05:00
parent ba74ca7e18
commit 9ccf4b6b56
@@ -86,7 +86,6 @@ def upload(
console.print(f"[blue]Syncing project '{project}'...[/blue]")
try:
await sync_project(project)
console.print("[green]✓ Project synced[/green]")
except Exception as e:
console.print(f"[yellow]Warning: Sync failed: {e}[/yellow]")
console.print("[dim]Files uploaded but may not be indexed yet[/dim]")