From 4e6e24a2923f3393f10a8b5bfc675d66b6e43e61 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Sun, 20 Jul 2008 15:47:55 +0200 Subject: [PATCH] Fixing commit error --- Cython/Compiler/Buffer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Buffer.py b/Cython/Compiler/Buffer.py index 4b1d630e..85dc014e 100644 --- a/Cython/Compiler/Buffer.py +++ b/Cython/Compiler/Buffer.py @@ -208,7 +208,6 @@ class BufferTransform(CythonTransform): # Preserve first assignment info on LHS if node.first: # TODO: Prettier code - print acq.stats[4].dump() acq.stats[4].first = True del acq.stats[0] del acq.stats[0] -- 2.26.2