diff src/mainwindow.cpp @ 521:b5a342a71218

Bookmarks display now... OK
author Chris Cannam
date Thu, 10 Nov 2011 17:19:06 +0000
parents a17c06f773cd
children b80d28f2f456
line wrap: on
line diff
--- a/src/mainwindow.cpp	Wed Nov 09 13:04:00 2011 +0000
+++ b/src/mainwindow.cpp	Thu Nov 10 17:19:06 2011 +0000
@@ -2227,7 +2227,7 @@
 
 void MainWindow::commandCompleted(HgAction completedAction, QString output)
 {
-    std::cerr << "commandCompleted: " << completedAction.action << std::endl;
+//    std::cerr << "commandCompleted: " << completedAction.action << std::endl;
 
     restoreFileSystemWatcher();
     HGACTIONS action = completedAction.action;