jhen0409 / remotedev-rn-debugger

Injecting remotedev-app monitor into official Remote debugger of React Native. (formerly remote-redux-devtools-on-debugger)
MIT License
244 stars 28 forks source link

Unnecessary console.log after every action #12

Closed robclouth closed 8 years ago

robclouth commented 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))
    }
jhen0409 commented 8 years ago

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.