From eb4e81765bf1d1950d5b9e738a769920b5e99de4 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 8 Apr 2013 15:41:47 -0400 Subject: [PATCH] removed extraneous debug statement --- openbr/openbr_plugin.cpp | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) 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() -- libgit2 0.21.4