Commit 27cd9474 authored by Phil Hughes's avatar Phil Hughes

fixed eslint

parent fc32b573
......@@ -14,7 +14,6 @@ export default class PerformanceBarService {
next(response => {
const requestId = response.headers['x-request-id'];
const requestUrl = response.url;
console.log(requestUrl);
if (requestUrl !== peekUrl && requestId) {
callback(requestId, requestUrl);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment