summaryrefslogtreecommitdiffstats
path: root/vmchooser/SWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/SWindow.cxx')
-rw-r--r--vmchooser/SWindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmchooser/SWindow.cxx b/vmchooser/SWindow.cxx
index 278fbfb..8c079b2 100644
--- a/vmchooser/SWindow.cxx
+++ b/vmchooser/SWindow.cxx
@@ -83,7 +83,7 @@ void SWindow::cb_return()
if(curr != 0 && curr->user_data()) {
DataEntry* dat = (DataEntry*) curr->user_data();
- cout << dat->short_description << endl;
+ //cout << dat->short_description << endl;
if(dat) {
runImage(curr, dat);
}
@@ -112,7 +112,7 @@ void SWindow::cb_select()
if( curr == oldcurr ) {
// start image if it has data associated
// -> double click
- cout << ((DataEntry*)curr->user_data())->short_description << endl;
+ //cout << ((DataEntry*)curr->user_data())->short_description << endl;
if(curr->user_data()) {
runImage(curr, (DataEntry*) curr->user_data() );
}