Browse Source

Remove CachedRegexMatcher "Added pattern" log message

Vincent Lang 9 năm trước cách đây
mục cha
commit
5b825ecbbb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/utils/CachedRegexMatcher.cpp

+ 0 - 1
src/utils/CachedRegexMatcher.cpp

@@ -16,7 +16,6 @@ bool CachedRegexMatcher::addMatcher(const QString& pattern, const QVariant& resu
   }
 
   m_matcherList.push_back(qMakePair(matcher, result));
-  QLOG_DEBUG() << "Added pattern:" << matcher;
   return true;
 }