setup: Remove debug lines

This commit is contained in:
Hylke Bons 2013-10-09 11:47:59 +02:00
parent 45c1207251
commit fac310651f

View file

@ -29,8 +29,7 @@ namespace SparkleShare {
public SparkleSetup () : base ()
{var about = new SparkleAbout ();
about.ShowAll();
{
Controller.HideWindowEvent += delegate {
Application.Invoke (delegate { Hide (); });
};