[Lunar-commits] <lconnman> lconnman: remove stdout.printf at the end
Samuel
samuel.verstraete at gmail.com
Sat Aug 20 11:31:22 CEST 2011
commit 2c4585333d182bf9f2adbcd7f40627e76b471298
Author: Samuel <samuel.verstraete at gmail.com>
Date: Sat Aug 20 11:31:22 2011 +0200
lconnman: remove stdout.printf at the end
---
src/lconnman.vala | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/lconnman.vala b/src/lconnman.vala
index d78e1af..d1128e6 100644
--- a/src/lconnman.vala
+++ b/src/lconnman.vala
@@ -13,10 +13,6 @@ int main() {
ChoiceWindow cw = new ChoiceWindow(services, 60, 10);
endwin();
- foreach (var service in services) {
- stdout.printf(service +"\n");
- }
-
return 0;
}
More information about the Lunar-commits
mailing list