Skip to content

Commit

Permalink
remove duplicate output message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software authored Aug 19, 2018
1 parent f4c3408 commit d4c7a9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/error_manager/src/cpp/Exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@ Exception::getFormattedErrorMessage()
= std::wstring(L"In ") + filename + L" (line " + std::to_wstring(line) + L")\n";
}
}
formattedMessage.append(msg);
}

return formattedMessage;
}
//=============================================================================
Expand Down

0 comments on commit d4c7a9d

Please sign in to comment.