Fix timeline tracking

This commit is contained in:
Gregory Schier 2017-07-17 12:05:31 -07:00
parent caed321348
commit 3c928e0b4c

View File

@ -62,7 +62,6 @@ export function _actuallySend (renderedRequest, workspace, settings) {
try {
// Initialize the curl handle
const curl = new Curl();
let timeline = [];
// Define helper to setOpt for better error handling
const setOpt = (opt, val, optional = false) => {