mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Removed debugging console log.
This commit is contained in:
@ -31,7 +31,6 @@ class UIImagePickerControllerDelegateImpl extends NSObject implements UIImagePic
|
|||||||
if (source) {
|
if (source) {
|
||||||
var image = null;
|
var image = null;
|
||||||
if (this._width || this._height) {
|
if (this._width || this._height) {
|
||||||
console.log("Image resized!!!");
|
|
||||||
var newSize = CGSizeMake(this._width, this._height);
|
var newSize = CGSizeMake(this._width, this._height);
|
||||||
UIGraphicsBeginImageContextWithOptions(newSize, false, 0.0);
|
UIGraphicsBeginImageContextWithOptions(newSize, false, 0.0);
|
||||||
source.drawInRect(CGRectMake(0, 0, newSize.width, newSize.height));
|
source.drawInRect(CGRectMake(0, 0, newSize.width, newSize.height));
|
||||||
|
Reference in New Issue
Block a user