File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
tns-core-modules/image-source Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,6 @@ export function fromNativeSource(source: any): ImageSource {
246
246
}
247
247
248
248
export function fromUrl ( url : string ) : Promise < ImageSourceDefinition > {
249
- console . log ( "imageSource.fromUrl(url) is deprecated; use http.getImage(url) instead" ) ;
250
-
251
249
ensureHttp ( ) ;
252
250
return http . getImage ( url ) ;
253
251
}
Original file line number Diff line number Diff line change @@ -237,8 +237,6 @@ export function fromNativeSource(source: any): ImageSource {
237
237
}
238
238
239
239
export function fromUrl ( url : string ) : Promise < ImageSource > {
240
- console . log ( "imageSource.fromUrl(url) is deprecated; use http.getImage(url) instead" ) ;
241
-
242
240
ensureHttp ( ) ;
243
241
return http . getImage ( url ) ;
244
242
}
You can’t perform that action at this time.
0 commit comments