Skip to content

Commit 5ac9619

Browse files
author
Ivan Gavryshko
committed
MAGETWO-44650: Synchronization does not work if you have installed extension by another user.
- removed debug
1 parent 59cdce0 commit 5ac9619

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup/pub/magento/setup/component-grid.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ angular.module('component-grid', ['ngStorage'])
164164
}
165165
};
166166
$scope.convertDate = function(date) {
167-
console.log(date);
168167
return new Date(date.replace(/-/g, '/'))
169168
}
170169
}

0 commit comments

Comments
 (0)