Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b75b0915
Commit
b75b0915
authored
Mar 06, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 2 more debug statements
parent
c1218e8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py
+0
-1
common/lib/xmodule/xmodule/peer_grading_module.py
+1
-2
No files found.
common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py
View file @
b75b0915
...
...
@@ -579,7 +579,6 @@ class OpenEndedModule(openendedchild.OpenEndedChild):
'check_for_score'
:
self
.
check_for_score
,
}
log
.
debug
(
dispatch
)
if
dispatch
not
in
handlers
:
#This is a dev_facing_error
log
.
error
(
"Cannot find {0} in handlers in handle_ajax function for open_ended_module.py"
.
format
(
dispatch
))
...
...
common/lib/xmodule/xmodule/peer_grading_module.py
View file @
b75b0915
...
...
@@ -57,7 +57,7 @@ class PeerGradingModule(XModule):
self
.
peer_gs
=
PeerGradingService
(
self
.
system
.
open_ended_grading_interface
,
self
.
system
)
else
:
self
.
peer_gs
=
MockPeerGradingService
()
if
self
.
use_for_single_location
in
TRUE_DICT
:
try
:
self
.
linked_problem
=
modulestore
()
.
get_instance
(
self
.
system
.
course_id
,
self
.
link_to_location
)
...
...
@@ -479,7 +479,6 @@ class PeerGradingModule(XModule):
problem_location
=
problem
[
'location'
]
descriptor
=
_find_corresponding_module_for_location
(
problem_location
)
if
descriptor
:
log
.
debug
(
descriptor
.
__dict__
)
problem
[
'due'
]
=
descriptor
.
_model_data
.
get
(
'peer_grading_due'
,
None
)
grace_period_string
=
descriptor
.
_model_data
.
get
(
'graceperiod'
,
None
)
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment