Skip to content

Commit 36b0e76

Browse files
committed
remove print output
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent d130f5c commit 36b0e76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ async def upload_path(local_path: Path, project_name: str) -> bool:
4444
print(f"Found {len(files_to_upload)} file(s) to upload")
4545

4646
# Upload files using httpx
47-
print("Uploading files... {client}")
4847
total_bytes = 0
4948

5049
async with get_client() as client:

0 commit comments

Comments
 (0)