* remove debug

This commit is contained in:
Seth Call 2014-07-01 15:05:19 -05:00
parent c58cd234e7
commit 6cee38df70
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
function beforeShow() {
var forceInputsToUnassigned = !successfullyAssignedOnce;
console.log("wizard.getChosenInputs()", wizard.getChosenInputs());
configureTracksHelper.reset(forceInputsToUnassigned, wizard.getChosenInputs())
}