removed trace.

This commit is contained in:
morkt 2015-12-12 18:15:27 +04:00
parent 63c57cccce
commit 6ef6a63b09

View File

@ -50,7 +50,6 @@ namespace GARbro.GUI
var selected = models.FirstOrDefault (f => f.Tag.Equals (default_format));
image_format.ItemsSource = models;
Trace.WriteLine (selected != null ? selected.Tag : "null", "image_format");
if (null != selected)
image_format.SelectedItem = selected;
else if (models.Any())