diff --git a/public/js/lib/coursewares/coursewaresFramework.js b/public/js/lib/coursewares/coursewaresFramework.js
index 11ed28c9e6..0914451d6d 100644
--- a/public/js/lib/coursewares/coursewaresFramework.js
+++ b/public/js/lib/coursewares/coursewaresFramework.js
@@ -43,12 +43,6 @@ var libraryIncludes = "" +
"";
-var allTests = '';
-(function() {
- tests.forEach(function(elem) {
- allTests += elem + ' ';
- });
-})();
var otherTestsForNow = "";
@@ -124,6 +118,4 @@ function showCompletion() {
$('.next-courseware-button').click();
}
});
-}
-
-document.domain = 'localhost';
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/views/coursewares/show.jade b/views/coursewares/show.jade
index 72765c44de..f1dcc5e011 100644
--- a/views/coursewares/show.jade
+++ b/views/coursewares/show.jade
@@ -52,7 +52,6 @@ block content
var tests = !{JSON.stringify(tests)};
var challengeSeed = !{JSON.stringify(challengeSeed)};
var passedCoursewareHash = !{JSON.stringify(coursewareHash)};
- var bonfireName = 'Testing Courseware';
var prodOrDev = !{JSON.stringify(environment)};
.col-xs-12.col-sm-12.col-md-5.col-lg-6
#mainEditorPanel