<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -402,39 +402,34 @@ void tst_HistoryManager::big()
     history.setDaysToExpire(-1);
     history.setHistory(bigHistory);
 
-    qDebug() &lt;&lt; &quot;removed dups:&quot; &lt;&lt; history.history().count();
     QCOMPARE(history.history().count(), bigHistory.count());
 
-    qDebug() &lt;&lt; &quot;loaded, making menu&quot;;
     HistoryMenu menu;
     menu.show();
 
-    qDebug() &lt;&lt; &quot;menu done, making model&quot;;
     HistoryModel model(&amp;history);
     ModelTest test(&amp;model);
-    qDebug() &lt;&lt; &quot;model rowCount&quot; &lt;&lt; model.rowCount();
     QCOMPARE(model.rowCount(), bigHistory.count());
 
-    qDebug() &lt;&lt; &quot;making completion model&quot;;
     HistoryCompletionModel completionModel;
     completionModel.setSourceModel(&amp;model);
     ModelTest test2(&amp;completionModel);
     QCOMPARE(completionModel.rowCount(), bigHistory.count());
 
-    qDebug() &lt;&lt; &quot;making history dialog model&quot;;
     HistoryTreeModel dialogModel(&amp;model);
     ModelTest test3(&amp;dialogModel);
 
-
     int r = 0;
     QDate d;
-    for (int i = 0; i &lt; bigHistory.count(); ++i)
+    for (int i = 0; i &lt; bigHistory.count(); ++i) {
         if (bigHistory[i].dateTime.date() != d) {
             d = bigHistory[i].dateTime.date();
             QDate rowDate = dialogModel.index(r, 0).data(HistoryModel::DateRole).toDate();
             QCOMPARE(d, rowDate);
             r++;
         }
+    }
+
     QCOMPARE(dialogModel.rowCount(), 328);
 
     HistoryDialog dialog(0, &amp;history);</diff>
      <filename>autotests/historymanager/tst_historymanager.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>94d7966c0bfae905ac657b8552efd2a8dc629eb6</id>
    </parent>
  </parents>
  <author>
    <name>Jakub Wieczorek</name>
    <email>faw217@gmail.com</email>
  </author>
  <url>http://github.com/Arora/arora/commit/dd3340fbd61113035ab9a82de9c3d6264366e148</url>
  <id>dd3340fbd61113035ab9a82de9c3d6264366e148</id>
  <committed-date>2009-07-09T10:07:42-07:00</committed-date>
  <authored-date>2009-07-09T10:07:42-07:00</authored-date>
  <message>Remove redundant debug messages.</message>
  <tree>c5e6ac955cfb941dab8de5cb273af434b9ccb8d9</tree>
  <committer>
    <name>Jakub Wieczorek</name>
    <email>faw217@gmail.com</email>
  </committer>
</commit>
