From 8ead5fd7e9bdc9ede645a98dad8c296337965158 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 19 Jun 2012 23:26:35 +0100 Subject: [PATCH] controller: Remove debug rule --- SparkleShare/SparkleControllerBase.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SparkleShare/SparkleControllerBase.cs b/SparkleShare/SparkleControllerBase.cs index e89fcff5..ba6316ad 100644 --- a/SparkleShare/SparkleControllerBase.cs +++ b/SparkleShare/SparkleControllerBase.cs @@ -278,8 +278,6 @@ namespace SparkleShare { ShowSetupWindow (PageType.Setup); else new Thread (new ThreadStart (PopulateRepositories)).Start (); - - AlertNotificationRaised ("2", "23"); }