Skip to content

Commit 3ddcc73

Browse files
committed
Undo changes in ImageClassifier
1 parent 83e305c commit 3ddcc73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ private void InitializeWindowsMachineLearning()
242242
if (model != CurrentModel)
243243
{
244244
var modelPath = _modelDictionary[model];
245-
System.Diagnostics.Debug.WriteLine("Model Path");
246-
System.Diagnostics.Debug.WriteLine(modelPath);
247245

248246
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
249247
_inferenceSession = CreateLearningModelSession(inferenceModel);

0 commit comments

Comments
 (0)