Skip to content

Commit

Permalink
Remove console.log; fixes Foliotek#134
Browse files Browse the repository at this point in the history
  • Loading branch information
thedustinsmith committed May 23, 2016
1 parent 30cc787 commit ebb8101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion croppie.js
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,6 @@
data.circle = self.options.viewport.type === 'circle';
data.url = self.data.url;

console.log(data);
prom = new Promise(function (resolve, reject) {
if (type === 'canvas') {
resolve(_getCanvasResult.call(self, self.elements.preview, data));
Expand Down

0 comments on commit ebb8101

Please sign in to comment.