removed trace statements

This commit is contained in:
Kaleb Murphy 2009-03-16 16:02:31 +00:00
parent cc11480d6d
commit b856cddc56

View file

@ -353,7 +353,6 @@ if (typeof Survey === "undefined") {
}
else {
document.getElementById('questions').style.display = 'inline';
console.log(2);
Survey.Form.addWidgets(qs);
}
lastSection = s.id;
@ -362,7 +361,6 @@ console.log(2);
document.getElementById('headertitle').style.display = 'block';
document.getElementById('headertext').style.display = 'block';
document.getElementById('questions').style.display = 'inline';
console.log(3);
Survey.Form.addWidgets(qs);
}
},