setup: Remove debug lines

This commit is contained in:
Hylke Bons 2013-10-09 11:47:59 +02:00
parent 7fd7c6ee46
commit 29d7d7a24e

View file

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