diff --git a/src/CujojsClient.js b/src/CujojsClient.js index bbdb71a..ec0515e 100644 --- a/src/CujojsClient.js +++ b/src/CujojsClient.js @@ -21,10 +21,10 @@ client({ }).then(function(response) { console.log('response: ', response); - //TODO: FIX + //TODO: DELETE THIS WHEN ISSUE IS RESOLVED - https://github.com/openzipkin/zipkin-js/issues/33 setTimeout(function () { console.log('timeout'); }, 5000); -}); \ No newline at end of file +});