Removed extra comments

This commit is contained in:
snipe 2017-04-06 21:18:42 -07:00
parent dcd8e800b1
commit 7305169b79

View file

@ -167,10 +167,7 @@
});
},
error: function (data) {
// AssetRequest Validator will flash all errors to session, this just refreshes to see them.
window.location.reload(true);
// console.log(JSON.stringify(data));
// console.log('error submitting');
}
});