X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.cpp;h=5e0f3d8aaa85842693ef0ad709a1f761cd33ca7d;hb=df1ea5f2151b9334c471bf4310f78f51bba098be;hp=95b523e8a4a71056c782ae8319568eead3240fde;hpb=0fb6d165c8dc8dc7153a101513a05f457431d0bc;p=mothur.git diff --git a/mothurout.cpp b/mothurout.cpp index 95b523e..5e0f3d8 100644 --- a/mothurout.cpp +++ b/mothurout.cpp @@ -142,7 +142,7 @@ void MothurOut::mothurOutJustToLog(string output) { /*********************************************************************************************/ void MothurOut::errorOut(exception& e, string object, string function) { double vm, rss; - mem_usage(vm, rss); + //mem_usage(vm, rss); mothurOut("Error: "); mothurOut(toString(e.what()));