We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd3590 commit daa038bCopy full SHA for daa038b
nbgrader/server_extensions/course_list/handlers.py
@@ -175,8 +175,6 @@ def get(self):
175
local_courses = yield self.check_for_local_formgrader(config)
176
jhub_courses = yield self.check_for_jupyterhub_formgraders(config)
177
178
- import pdb; pdb.set_trace()
179
-
180
courses.extend(local_courses)
181
courses.extend(jhub_courses)
182
0 commit comments