remove extra debug output
This commit is contained in:
@@ -211,7 +211,6 @@ dynamic::Value Entities::serialize(const Entity& entity) {
|
|||||||
auto data = scripting::get_component_value(comp->env, "SAVED_DATA");
|
auto data = scripting::get_component_value(comp->env, "SAVED_DATA");
|
||||||
compsMap.put(comp->name, data);
|
compsMap.put(comp->name, data);
|
||||||
}
|
}
|
||||||
std::cout << root << std::endl;
|
|
||||||
}
|
}
|
||||||
return root;
|
return root;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user