remove debug code

This commit is contained in:
Ben Burdette 2022-04-07 12:03:18 -06:00
parent d29af88d58
commit 50b52d5110

View file

@ -778,7 +778,6 @@ void mapStaticEnvBindings(const StaticEnv &se, const Env &env, valmap & vm)
auto map = valmap();
if (env.type == Env::HasWithAttrs)
{
std::cout << "(env.type == Env::HasWithAttrs)" << std::endl;
Bindings::iterator j = env.values[0]->attrs->begin();
while (j != env.values[0]->attrs->end()) {
map[j->name] = j->value;