Skip to content

Commit c999d52

Browse files
committed
Remove console.log statement used for debugging.
1 parent 43dc331 commit c999d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ FaFp+DyAe+b4nDwuJaW2LURbr8AEZga7oQj0uYxcYw==\n\
348348
var matches = /"(.*)":\s*"?(\d*)"?/.exec(line);
349349
if(matches && timeClaims.indexOf(matches[1]) !== -1) {
350350
var dateStr = (new Date(parseInt(matches[2]))).toString();
351-
console.log(dateStr);
352351
payloadTooltip.text(dateStr);
353352
payloadTooltip.css({
354353
left: event.pageX + 'px',

0 commit comments

Comments
 (0)