From: Diane Trout Date: Tue, 5 Apr 2011 05:36:57 +0000 (-0700) Subject: remove spurious debugging print X-Git-Tag: 0.5.2~46 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=72e31fdae458da2b739d962670b48450ca4bfd42 remove spurious debugging print --- diff --git a/htsworkflow/frontend/samples/tests.py b/htsworkflow/frontend/samples/tests.py index 4478d51..f4c810c 100644 --- a/htsworkflow/frontend/samples/tests.py +++ b/htsworkflow/frontend/samples/tests.py @@ -57,7 +57,6 @@ class SampleWebTestCase(TestCase): lib_response = self.client.get(url, apidata) self.failUnlessEqual(lib_response.status_code, 200) lib_json = json.loads(lib_response.content) - print lib_json for d in [lib_dict, lib_json]: # amplified_from_sample is a link to the library table,