Skip to content

Commit

Permalink
Comment out console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidelin, Eugene(efidelin) committed Nov 1, 2019
1 parent f1275c8 commit 1e9b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/editable-form/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ angular.module('xeditable').factory('editableFormController',
var toCancel = [];
var toSubmit = [];
for (var i = 0; i < shown.length; i++) {
console.log("in for", shown[i]);
// console.log("in for", shown[i]);
// exclude clicked
if (shown[i]._clicked) {
shown[i]._clicked = false;
Expand Down

0 comments on commit 1e9b6f2

Please sign in to comment.