forked from lix-project/lix
remove debug code
This commit is contained in:
parent
d29af88d58
commit
50b52d5110
|
@ -778,7 +778,6 @@ void mapStaticEnvBindings(const StaticEnv &se, const Env &env, valmap & vm)
|
||||||
auto map = valmap();
|
auto map = valmap();
|
||||||
if (env.type == Env::HasWithAttrs)
|
if (env.type == Env::HasWithAttrs)
|
||||||
{
|
{
|
||||||
std::cout << "(env.type == Env::HasWithAttrs)" << std::endl;
|
|
||||||
Bindings::iterator j = env.values[0]->attrs->begin();
|
Bindings::iterator j = env.values[0]->attrs->begin();
|
||||||
while (j != env.values[0]->attrs->end()) {
|
while (j != env.values[0]->attrs->end()) {
|
||||||
map[j->name] = j->value;
|
map[j->name] = j->value;
|
||||||
|
|
Loading…
Reference in a new issue