Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
abagshaw committed Nov 22, 2017
1 parent 5705a48 commit e9ff747
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/salieo.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ function salieo(userOptions) {
break;
}
currentImage.cropOptions["zoom"] = "focus-fit";
} else {
//It's too close to call - so do nothing
console.log("Too close to call");
}
}

Expand Down

0 comments on commit e9ff747

Please sign in to comment.