remove more debug code
This commit is contained in:
@@ -110,11 +110,6 @@ static void mkOutputString(EvalState & state, Value & v,
|
||||
argument. */
|
||||
static void import(EvalState & state, const Pos & pos, Value & vPath, Value * vScope, Value & v)
|
||||
{
|
||||
// std::cout << " IMPORT " << std::endl;
|
||||
// std::cout << " import " << std::endl;
|
||||
// std::cout << " IMPORT " << std::endl;
|
||||
// std::cout << " import " << std::endl;
|
||||
|
||||
PathSet context;
|
||||
Path path = state.coerceToPath(pos, vPath, context);
|
||||
|
||||
@@ -199,8 +194,6 @@ static void import(EvalState & state, const Pos & pos, Value & vPath, Value * vS
|
||||
env->values[displ++] = attr.value;
|
||||
}
|
||||
|
||||
std::cout << "import staticenv: {} " << staticEnv << std::endl;
|
||||
|
||||
printTalkative("evaluating file '%1%'", realPath);
|
||||
Expr * e = state.parseExprFromFile(resolveExprPath(realPath), staticEnv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user