mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
remove debug code
This commit is contained in:
parent
9760fa8661
commit
4610e02d04
5 changed files with 5 additions and 35 deletions
|
|
@ -221,8 +221,6 @@ static std::string indent(std::string_view indentFirst, std::string_view indentR
|
|||
|
||||
std::ostream & showErrorInfo(std::ostream & out, const ErrorInfo & einfo, bool showTrace)
|
||||
{
|
||||
std::cout << "showErrorInfo showTrace: " << showTrace << std::endl;
|
||||
|
||||
std::string prefix;
|
||||
switch (einfo.level) {
|
||||
case Verbosity::lvlError: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue