Skip to content

Commit 91dc784

Browse files
author
Claude Code
committed
remove log
1 parent a2f9e61 commit 91dc784

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightllm/utils/shm_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def create_or_link_shm(name, expected_size):
3737
except Exception as e:
3838
logger.error(f"Unexpected error attaching to shared memory {name}: {e}")
3939
raise
40-
logger.info(f"Attached to existing shared memory: {name} (size={expected_size})")
4140
return shm
4241
except Exception as e:
4342
logger.error(f"Unexpected error creating shared memory {safe_name}: {e}")

0 commit comments

Comments
 (0)