diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-01-27 14:28:57 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-27 14:28:57 +0100 |
commit | c39c2503f721406e655ee6700cafd7f1ddc65894 (patch) | |
tree | f3e7a9afa44ea900629724c4e6cf25e2a88d90ba /src | |
parent | 5046233b5a6e544eedb4720d81f21d37a7c35d3b (diff) |
Remove debug message
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/flake/flakeref.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/flake/flakeref.cc b/src/libexpr/flake/flakeref.cc index 7852602ea..7b840bce5 100644 --- a/src/libexpr/flake/flakeref.cc +++ b/src/libexpr/flake/flakeref.cc @@ -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 {}; } } |