matheusdavidson / angular-cropperjs

CropperJS integration for Angular +6
MIT License
109 stars 69 forks source link

Pending console.log to remove #50

Closed xavimurcia closed 1 year ago

xavimurcia commented 4 years ago

Line 66 angular-cropper.js


//
        // Add crossOrigin?
        console.log('this.cropperOptions', this.cropperOptions);
        if (this.cropperOptions.checkCrossOrigin)
            image.crossOrigin = 'anonymous';
        //
        // Image on ready event
MaccabeeY commented 4 years ago

In tag "v1.0.1" within ' angular-cropperjs/projects/angular-cropperjs/src/lib/cropper/cropper.component.ts ' on line 62 there is a console.log added.

In master it has been removed. Would you create a new tag for the current master?

Thanks for all the hard work in this repo...

-- MaccabeeY

matheusdavidson commented 1 year ago

removed