Migrate logger
Summary: Removed defunct log filtering functionality, but we probably want to rebuild that. Funny that tsc caught this as non functioning but Flow happily accepted it. Reviewed By: danielbuechele Differential Revision: D16690959 fbshipit-source-id: b079dd6faba83ca0c443d00cbb69c8ff95c4fa69
This commit is contained in:
committed by
Facebook Github Bot
parent
e56d3a4c6d
commit
b42abcbb59
@@ -15,7 +15,7 @@ import path from 'path';
|
||||
import {remote} from 'electron';
|
||||
import {FlipperPlugin} from '../../plugin.tsx';
|
||||
import reducers from '../../reducers/index.tsx';
|
||||
import {init as initLogger} from '../../fb-stubs/Logger.js';
|
||||
import {init as initLogger} from '../../fb-stubs/Logger.tsx';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import {TEST_PASSING_GK, TEST_FAILING_GK} from '../../fb-stubs/GK.tsx';
|
||||
import TestPlugin from './TestPlugin';
|
||||
|
||||
Reference in New Issue
Block a user