Skip to content

Commit 73b1d5f

Browse files
author
farfromrefug
committed
fix(android): unwanted log
1 parent e69c70f commit 73b1d5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/image/index.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ export class Img extends ImageBase {
783783
onProducerStart(param0: string, param1: string) {},
784784
onProducerEvent(param0: string, param1: string, param2: string) {},
785785
onProducerFinishWithSuccess(requestId: string, producerName: string, extraMap: java.util.Map<string,string>) {
786-
console.log('onProducerFinishWithSuccess', producerName)
787786
const owner = that?.get();
788787
const eventName = ImageBase.fetchingFromEvent;
789788

0 commit comments

Comments
 (0)