From 97db9cdfb1aa2d6e72b656b0da7bdf2284ffd809 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Mon, 22 Sep 2025 18:46:55 +0000 Subject: [PATCH] Hmm --- olmocr/bench/katex/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olmocr/bench/katex/render.py b/olmocr/bench/katex/render.py index 06e9186..eeb559a 100644 --- a/olmocr/bench/katex/render.py +++ b/olmocr/bench/katex/render.py @@ -161,7 +161,7 @@ _thread_local = threading.local() def _cleanup_playwright(playwright, browser): - print(f"Cleaning up playwright context on {threading.get_ident()} native id {threading.get_native_id()}, on PID {os.getpid()}, {threading.active_count()} active threads") + # print(f"Cleaning up playwright context on {threading.get_ident()} native id {threading.get_native_id()}, on PID {os.getpid()}, {threading.active_count()} active threads") try: browser.close()