Skip to content

Commit 9a93bd2

Browse files
committed
removed unnecessary example json
1 parent 3fe252d commit 9a93bd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/src/main/java/com/tns/AndroidJsV8Inspector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public void start() throws IOException {
6060

6161
@RuntimeCallable
6262
private static void sendToDevToolsConsole(Object connection, String message, String level) {
63-
//{"method":"Runtime.consoleAPICalled","params":{"type":"log","args":["asdjasdkljasd"],"executionContextId":0,"timestamp":0.000000000000000}}
6463
try {
6564
JSONObject consoleMessage = new JSONObject();
6665

0 commit comments

Comments
 (0)