Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Poke netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jul 19, 2022
1 parent a8fbddf commit 6021889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/spans-to-jaeger.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ let startTimestamp = 0;
contents.split(/\r?\n/).forEach(line => {
const segments = line.split(" ");
// SPAN START id desc

// SPAN END id desc
if (segments[0] !== "SPAN") {
return;
Expand Down

0 comments on commit 6021889

Please sign in to comment.