File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
js-messaging/js-messaging-impl/src/main/java/com/duckduckgo/js/messaging/impl Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import dagger.SingleInstanceIn
33
33
import javax.inject.Inject
34
34
import kotlinx.coroutines.CoroutineScope
35
35
import kotlinx.coroutines.launch
36
- import logcat.logcat
37
36
38
37
@SingleInstanceIn(AppScope ::class )
39
38
@ContributesBinding(AppScope ::class )
@@ -48,9 +47,6 @@ class RealJsMessageHelper @Inject constructor(
48
47
val jsonAdapter: JsonAdapter <SubscriptionEvent > = moshi.adapter(SubscriptionEvent ::class .java)
49
48
val message = jsonAdapter.toJson(subscriptionEvent).toString()
50
49
val response = buildJsResponse(message, callbackName, secret)
51
-
52
- logcat(" Cris" ) { " $response " }
53
-
54
50
sendResponse(response, webView)
55
51
}
56
52
You can’t perform that action at this time.
0 commit comments