remove new_location from logging

This commit is contained in:
Adam Palay
2014-05-05 10:05:04 -04:00
parent a35e359482
commit 3d3e15ca1b

View File

@@ -239,7 +239,7 @@ def import_handler(request, tag=None, package_id=None, branch=None, version_guid
# Send errors to client with stage at which error occurred.
except Exception as exception: # pylint: disable=W0703
log.exception(
"error importing course at {0}".format(new_location)
"error importing course"
)
return JsonResponse(
{