mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 15:17:18 +02:00
* Remove debug output.
This commit is contained in:
parent
37ee6cef99
commit
2db9748221
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ static void opSubstitute(Strings opFlags, Strings opArgs)
|
||||||
sub.args.push_back(s);
|
sub.args.push_back(s);
|
||||||
}
|
}
|
||||||
if (!cin || cin.eof()) throw Error("missing input");
|
if (!cin || cin.eof()) throw Error("missing input");
|
||||||
cerr << ".";
|
|
||||||
registerSubstitute(txn, srcPath, sub);
|
registerSubstitute(txn, srcPath, sub);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue