Skip to content

Commit

Permalink
Oops left some debug code in
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloo committed Mar 11, 2021
1 parent 0e63fb5 commit b03b48f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sponskrub/sponsorblock.d
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ ClipTime[] get_video_skip_times_private(string video_id, Categories[] categories
return video["segments"].array.map!(
clip_times => ClipTime(stringify_timestamp(clip_times["segment"][0]), stringify_timestamp(clip_times["segment"][1]), clip_times["category"].str)
).array;
} else {
writeln("VIDEO ID WAS: ");
writeln(video["videoID"]);
}
}
return null;
Expand Down

0 comments on commit b03b48f

Please sign in to comment.