From 37661f4c6a78a2f636fa953ea1b09c0168264a8f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 28 Jan 2018 21:57:56 -0800 Subject: [PATCH] remove debugger line --- routes/_actions/timeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/_actions/timeline.js b/routes/_actions/timeline.js index c8deb8ed..e7885534 100644 --- a/routes/_actions/timeline.js +++ b/routes/_actions/timeline.js @@ -32,7 +32,6 @@ async function fetchStatuses(instanceName, accessToken, timelineName, lastStatus async function addStatuses(instanceName, timelineName, newStatuses) { console.log('addStatuses, length:', newStatuses.length) - debugger mark('addStatuses') let newStatusIds = newStatuses.map(status => status.id) let oldStatusIds = store.getForTimeline(instanceName, timelineName, 'statusIds') || []