From 41208f88b694aedacd56b93545f3654d017c0fe6 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 9 Jul 2018 12:13:54 +0200 Subject: [PATCH] linux ui: Remove some debug prints --- SparkleShare/Linux/UserInterface.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SparkleShare/Linux/UserInterface.cs b/SparkleShare/Linux/UserInterface.cs index c1a32905..f257c4f1 100644 --- a/SparkleShare/Linux/UserInterface.cs +++ b/SparkleShare/Linux/UserInterface.cs @@ -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"));