diff --git a/test.py b/test.py index dd98d98..7ce1db9 100755 --- a/test.py +++ b/test.py @@ -97,7 +97,6 @@ def test_list_of_dict(keys, list): anim("\tTest de l'attribut %s" % key) ok = True for item in list: - print item['aid'][0] try: item.get(key, []) except psycopg2.OperationalError as error: print ERREUR