Closed robclouth closed 8 years ago
Hi, Every action leaves a "data" log in the console which clutters it up and makes it harder to debug. Is there any way to stop this?
It happens here in the debugger-ui (line 18311):
function t(t) { var n = void 0; return t.data ? (n = t.data, n.id = t.id) : n = t, "DISCONNECTED" === n.type ? void r(t.id, void 0, !0) : (console.log("data", n), void e(n)) }
Still has data log in latest version? I remember this to be in the older remotedev-app version. Try to update version & Re-run inject command.
data
remotedev-app
Hi, Every action leaves a "data" log in the console which clutters it up and makes it harder to debug. Is there any way to stop this?
It happens here in the debugger-ui (line 18311):