diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index 3861ce3..8f55c10 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -894,9 +894,6 @@ void br::Context::initialize(int &argc, char *argv[], QString sdkPath, bool use_ QList< QSharedPointer > initializers = Factory::makeAll(); foreach (const QSharedPointer &initializer, initializers) initializer->initialize(); - - QString str = "Relabel[_Arg0=(\\d{4,4})-\\d]"; - qDebug() << str << File(str); } void br::Context::finalize()