diff --git a/src/bin/launcher/launcher.cpp b/src/bin/launcher/launcher.cpp index 14c839c..540f54e 100644 --- a/src/bin/launcher/launcher.cpp +++ b/src/bin/launcher/launcher.cpp @@ -6,7 +6,6 @@ int main(void) { ubixDesktop * desktop = new ubixDesktop(NULL); if (desktop!=NULL) cout << "Desktop created" << endl; - cout << "Vagina!!!!" << endl; delete desktop; return 0; }