Skip to content

Commit d6de64d

Browse files
committed
removed debug print statement
1 parent 8c9101f commit d6de64d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyqualtrics/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ def importResponsesAsDict(self, SurveyID, responses,
483483
dictwriter.writerow(response)
484484

485485
contents = fp.getvalue()
486-
print contents
487486
return self.importResponses(
488487
SurveyID=SurveyID,
489488
ResponseSetID=ResponseSetID,

0 commit comments

Comments
 (0)