diff UniqueString.hpp @ 64:b9515dc35fe4

Make sure no file has greater linewidth than 80.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 14 Sep 2012 22:50:45 +0200
parents fda70a362ed5
children
line wrap: on
line diff
--- a/UniqueString.hpp	Fri Sep 14 21:10:03 2012 +0200
+++ b/UniqueString.hpp	Fri Sep 14 22:50:45 2012 +0200
@@ -59,7 +59,6 @@
       tmpStr.squeeze();
       map.insert(tmpStr);
       present = tmpStr;
-      //qDebug() << map.optimal_depth() << " : " << map.avg_depth() << " : " << map.depth();
     }
     myString = *present;
   }