MDL-40937 mod_assign - remove debugging code from 'previous submissions' javascript, that was breaking in IE8/IE9

This commit is contained in:
Davo Smith
2013-07-30 11:37:34 +01:00
parent f171a8c06e
commit 42e54cffad
-1
View File
@@ -11,7 +11,6 @@ YUI.add('moodle-mod_assign-history', function (Y) {
TOGGLE = function() {
var id = this.get('for'),
panel = Y.one('#' + id);
console.log(this);
if (this.hasClass(CSS.OPEN)) {
this.removeClass(CSS.OPEN);
this.addClass(CSS.CLOSED);