Skip to content

Commit

Permalink
Remove debugging comment
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: LukeDefeo

Differential Revision: D47053235

fbshipit-source-id: af17955a333059cce58a68a43ecdcb67a441d7b5
  • Loading branch information
lblasa authored and facebook-github-bot committed Jun 27, 2023
1 parent cadf5a3 commit fe12a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/flipper-ui-core/src/dispatcher/tracking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default (store: Store, logger: Logger) => {
renderHost.serverConfig.environmentInfo.processId === oldExitData.pid;
const timeSinceLastStartup =
Date.now() - parseInt(oldExitData.lastSeen, 10);
// console.log(isReload ? 'reload' : 'restart', oldExitData);

logger.track('usage', isReload ? 'reload' : 'restart', {
...oldExitData,
pid: undefined,
Expand Down

0 comments on commit fe12a90

Please sign in to comment.