linux ui: Remove some debug prints

This commit is contained in:
Hylke Bons 2018-07-09 12:13:54 +02:00
parent 6379e31b3c
commit 41208f88b6

View file

@ -51,9 +51,6 @@ namespace SparkleShare
application.Register (null);
application.Activated += ApplicationActivatedDelegate;
foreach (string s in IconTheme.Default.SearchPath)
Console.WriteLine(s);
if (IconTheme.Default != null)
IconTheme.Default.AppendSearchPath (Path.Combine (UserInterface.AssetsPath, "icons"));