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:
Pascal Hartig
2020-09-28 07:22:41 -07:00
committed by Facebook GitHub Bot
parent 80c7c76ef9
commit 75e80272a6

View File

@@ -24,7 +24,6 @@ const logsAtom = createState<any[]>([]);
export const errorCounterAtom = createState(0);
export function enableConsoleHook() {
console.log('enabling hooks');
Hook(
window.console,
(log) => {