Skip to content

Commit 46b4945

Browse files
committed
Removed debug print statement
1 parent 16581e6 commit 46b4945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyqualtrics/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ def test_activate_survey_fails(self):
349349
def test_single_response_html(self):
350350
result = self.qualtrics.getSingleResponseHTML(SurveyID=self.survey_id, ResponseID=self.response_id)
351351
self.assertTrue("DOCTYPE html PUBLIC" in result)
352-
print result
353352

354353
def tearDown(self):
355354
# Note that tearDown is called after EACH test

0 commit comments

Comments
 (0)