* Remove a debug statement.
This commit is contained in:
		
							parent
							
								
									07340b8be7
								
							
						
					
					
						commit
						00a724ebc6
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -186,7 +186,6 @@ EvalState::EvalState() | ||||||
|     searchPathInsertionPoint = searchPath.end(); |     searchPathInsertionPoint = searchPath.end(); | ||||||
|     Strings paths = tokenizeString(getEnv("NIX_PATH", ""), ":"); |     Strings paths = tokenizeString(getEnv("NIX_PATH", ""), ":"); | ||||||
|     foreach (Strings::iterator, i, paths) addToSearchPath(*i); |     foreach (Strings::iterator, i, paths) addToSearchPath(*i); | ||||||
|     printMsg(lvlError, nixDataDir); |  | ||||||
|     addToSearchPath("nix=" + nixDataDir + "/nix/corepkgs"); |     addToSearchPath("nix=" + nixDataDir + "/nix/corepkgs"); | ||||||
|     searchPathInsertionPoint = searchPath.begin(); |     searchPathInsertionPoint = searchPath.begin(); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue