controller: Remove debug rule

This commit is contained in:
Hylke Bons 2012-06-19 23:26:35 +01:00
parent 58219c6407
commit 1a432d1f9c

View file

@ -278,8 +278,6 @@ namespace SparkleShare {
ShowSetupWindow (PageType.Setup);
else
new Thread (new ThreadStart (PopulateRepositories)).Start ();
AlertNotificationRaised ("2", "23");
}