Skip to content

Commit

Permalink
remove comments no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 11, 2020
1 parent 9e91415 commit 7f651ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions iRacingSDK.Net.Tests/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ public static void Main()
new WithCorrectedPercentages().should_correct_samples_until_we_get_back_to_low_percentages();

var deserializer = new DeserializerBuilder().IgnoreUnmatchedProperties().Build();
//var result = (SessionData)deserializer.Deserialize(input, typeof(SessionData));

//var deserializer = new YamlDotNet.Serialization.Deserializer(ignoreUnmatched: true);


var yaml = File.ReadAllText(@"C:\Users\dean\Downloads\data.yaml");

yaml = yaml.Replace(": *", ": ");
Expand Down

0 comments on commit 7f651ee

Please sign in to comment.