Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8fc8ec5

Browse files
committed
removed old print statments from some py files
1 parent 974d129 commit 8fc8ec5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

runestone/dragndrop/dragndrop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def depart_dnd_node(self,node):
7070
# Add all of the possible answers
7171
okeys = list(node.dnd_options.keys())
7272
okeys.sort()
73-
print(okeys)
7473
for k in okeys:
7574
if 'match' in k:
7675
x,label = k.split('_')

runestone/parsons/parsons.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def findmax(alist):
115115
self.options['code'] = "\n".join(self.options['code'])
116116

117117
self.options['divid'] = self.arguments[0]
118-
print(self.options)
119118

120119
self.assert_has_content()
121120
return [ParsonsNode(self.options)]

0 commit comments

Comments
 (0)