Remove debug message

This commit is contained in:
Eelco Dolstra 2020-01-27 14:28:57 +01:00
parent 5046233b5a
commit c39c2503f7

View file

@ -162,7 +162,6 @@ std::optional<std::pair<FlakeRef, std::string>> maybeParseFlakeRefWithFragment(
try {
return parseFlakeRefWithFragment(url, baseDir);
} catch (Error & e) {
printError("FOO: %s", e.what());
return {};
}
}