From acff386711f463923e8c66e5fb30f46a6391e061 Mon Sep 17 00:00:00 2001 From: Cyril Robert Date: Wed, 4 Aug 2010 12:00:56 -0400 Subject: [PATCH 1/1] Suppression print --- auf_savoirs_en_partage/savoirs/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auf_savoirs_en_partage/savoirs/views.py b/auf_savoirs_en_partage/savoirs/views.py index fbc82bc..fe54623 100644 --- a/auf_savoirs_en_partage/savoirs/views.py +++ b/auf_savoirs_en_partage/savoirs/views.py @@ -194,7 +194,6 @@ def json_set (request): data = request.POST.get("data") if data: r = simplejson.loads(data) - print r s = sep.SEP () s.add (r) return HttpResponse(simplejson.dumps("OK"), -- 1.7.10.4