From c9131963d56a259af2e8d6b5f396bdeb7c52841b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 14 Dec 2018 07:20:14 -0800 Subject: [PATCH] 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 --- src/plugins/logs/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/logs/index.js b/src/plugins/logs/index.js index 34df1dc04..26d209175 100644 --- a/src/plugins/logs/index.js +++ b/src/plugins/logs/index.js @@ -315,7 +315,6 @@ export function processEntry( row: TableBodyRow, entry: DeviceLogEntry, } { - console.log(JSON.stringify(entry)); const {icon, style} = LOG_TYPES[(entry.type: string)] || LOG_TYPES.debug; // clean message