Skip to content

Commit 34618f5

Browse files
committed
[NOP] double output to command line
1 parent c1089ef commit 34618f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/search_algo.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,6 @@ loadTaxonomy(TGlobalHolder & globalHolder,
459459
if (ret != true)
460460
throw IndexException{taxTreeExceptMessage};
461461

462-
finish = sysTime() - start;
463-
myPrint(options, 1, " done.\n");
464-
myPrint(options, 2, "Runtime: ", finish, "s \n\n");
465-
466462
path = toCString(options.indexDir);
467463
path += "/tax_names";
468464
ret = open(globalHolder.taxNames, path.c_str(), OPEN_RDONLY);

0 commit comments

Comments
 (0)