Skip to content

Commit 3faa1f1

Browse files
committed
Removed unnecessary logger
Signed-off-by: Seongwoo Kim <[email protected]>
1 parent a79b0df commit 3faa1f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

physical_ai_server/physical_ai_server/physical_ai_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ def get_dataset_list_callback(self, request, response):
699699

700700
def get_model_weight_list_callback(self, request, response):
701701
save_root_path = TrainingManager.get_weight_save_root_path()
702-
self.get_logger().info(f'Getting model weight list from: {save_root_path}')
703702
try:
704703
if not save_root_path.exists():
705704
response.success = False

0 commit comments

Comments
 (0)