Remove debug log
Summary: Leftover from logs refactoring I suppose. Missed it in review too. :D Reviewed By: danielbuechele Differential Revision: D13465385 fbshipit-source-id: 42508e8981f12ca43f4b56a6ecc2e53078f49c1a
This commit is contained in:
committed by
Facebook Github Bot
parent
7e847a62f5
commit
c9131963d5
@@ -315,7 +315,6 @@ export function processEntry(
|
|||||||
row: TableBodyRow,
|
row: TableBodyRow,
|
||||||
entry: DeviceLogEntry,
|
entry: DeviceLogEntry,
|
||||||
} {
|
} {
|
||||||
console.log(JSON.stringify(entry));
|
|
||||||
const {icon, style} = LOG_TYPES[(entry.type: string)] || LOG_TYPES.debug;
|
const {icon, style} = LOG_TYPES[(entry.type: string)] || LOG_TYPES.debug;
|
||||||
|
|
||||||
// clean message
|
// clean message
|
||||||
|
|||||||
Reference in New Issue
Block a user