breditor

Dynamic Python edition/execution in the browser
git clone git://git.vgx.fr/breditor
Log | Files | Refs

commit 21c2a2946dbdc0f5c1054eb343f1ae37c5520817
parent 3b50decbe62ba58814de463f64b500a632075a51
Author: Léo Villeveygoux <l@vgx.fr>
Date:   Tue, 22 Dec 2020 20:06:24 +0100

Remove debug print

Diffstat:
Mlib/breditor.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/breditor.py b/lib/breditor.py @@ -9,7 +9,6 @@ def make_max_line_tracer(maxlines): nonlocal lines if event == 'line': lines += 1 - print(lines, file=stderr) if lines >= maxlines: raise TimeoutError return tracer