Index: /trunk/FACT++/src/root2sql.cc
===================================================================
--- /trunk/FACT++/src/root2sql.cc	(revision 19172)
+++ /trunk/FACT++/src/root2sql.cc	(revision 19173)
@@ -333,12 +333,4 @@
 int main(int argc, const char* argv[])
 {
-    string input = "/this/is/my/dir/2018/12/13/12345_789_I.root";
-    boost::regex rgx("([0-9]+)_([0-9]+)");
-
-    boost::smatch ma;
-    cout << boost::regex_replace(input, rgx, "$1$2",  boost::regex_constants::format_default|boost::regex_constants::format_no_copy) << endl;
-
-    return 1;
-
     Time start;
 
