Merge pull request #1918 from carlfm01/master

Remove unnecessary read key
This commit is contained in:
Reuben Morais 2019-02-28 16:12:00 -03:00 committed by GitHub
commit 45b77516b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,6 @@ namespace CSharpExamples
Console.WriteLine("Error loding the model.");
}
}
Console.ReadKey();
}
}
}