summaryrefslogtreecommitdiff
path: root/sqlparse/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse/utils.py')
-rw-r--r--sqlparse/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlparse/utils.py b/sqlparse/utils.py
index a349900..016a292 100644
--- a/sqlparse/utils.py
+++ b/sqlparse/utils.py
@@ -75,7 +75,6 @@ def memoize_generator(func):
# Look if cached
try:
- print params
cached = cache[params]
# Not cached, exec and store it