Remove stray console.log
Summary: Don't think is meant to stick around? Reviewed By: jknoxville Differential Revision: D23960901 fbshipit-source-id: 79115c8711745f3cd08dc93c9bb6f03f87154bf3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
80c7c76ef9
commit
75e80272a6
@@ -24,7 +24,6 @@ const logsAtom = createState<any[]>([]);
|
|||||||
export const errorCounterAtom = createState(0);
|
export const errorCounterAtom = createState(0);
|
||||||
|
|
||||||
export function enableConsoleHook() {
|
export function enableConsoleHook() {
|
||||||
console.log('enabling hooks');
|
|
||||||
Hook(
|
Hook(
|
||||||
window.console,
|
window.console,
|
||||||
(log) => {
|
(log) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user