From 2f3fd198a6972d3c425ffc6f38c9d473a268ce40 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Fri, 8 Mar 2013 20:01:17 +0100 Subject: [PATCH] clean up --- engine/manifoldquery.py | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/manifoldquery.py b/engine/manifoldquery.py index ce9f3ea4..8e25ed9e 100644 --- a/engine/manifoldquery.py +++ b/engine/manifoldquery.py @@ -53,7 +53,6 @@ class ManifoldQuery: # to see an example just look at the server's output # incoming POST def fill_from_dict (self, d): - print d for key in d.keys(): for arg in ['action', 'method', 'filters', 'fields', 'timestamp', 'params']: if arg in key: -- 2.43.0