diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-08-06T18·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-08-06T18·24+0000 |
commit | 00a724ebc6f049009ce0810b0ac44dd11199d88b (patch) | |
tree | 4f52c6065ba100dc042fcb7d0caeae48b3aef6da /src/libexpr | |
parent | 07340b8be742e08f1a000475eb1f389d5525d6c8 (diff) |
* Remove a debug statement.
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/eval.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index ed5486f5bdac..5aee3f05eaa6 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -186,7 +186,6 @@ EvalState::EvalState() searchPathInsertionPoint = searchPath.end(); Strings paths = tokenizeString(getEnv("NIX_PATH", ""), ":"); foreach (Strings::iterator, i, paths) addToSearchPath(*i); - printMsg(lvlError, nixDataDir); addToSearchPath("nix=" + nixDataDir + "/nix/corepkgs"); searchPathInsertionPoint = searchPath.begin(); } |