Преглед на файлове

fix: remove exception logging for missing sglang dependency

myhloli преди 4 месеца
родител
ревизия
3ac969ce3a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      mineru/backend/vlm/predictor.py

+ 0 - 1
mineru/backend/vlm/predictor.py

@@ -32,7 +32,6 @@ try:
 
     engine_loaded = True
 except Exception as e:
-    logger.exception(e)
     logger.warning("sglang is not installed. If you are not using sglang, you can ignore this warning.")