Removed debugging console log.

This commit is contained in:
Nedyalko Nikolov
2015-04-16 09:22:07 +03:00
parent dd8e4aab9d
commit 9e9c25dff7

View File

@ -31,7 +31,6 @@ class UIImagePickerControllerDelegateImpl extends NSObject implements UIImagePic
if (source) {
var image = null;
if (this._width || this._height) {
console.log("Image resized!!!");
var newSize = CGSizeMake(this._width, this._height);
UIGraphicsBeginImageContextWithOptions(newSize, false, 0.0);
source.drawInRect(CGRectMake(0, 0, newSize.width, newSize.height));