Ack! Rollback debug statement print out
This commit is contained in:
parent
e024b99b36
commit
07fa8010e4
@ -172,10 +172,8 @@ namespace chaiscript
|
|||||||
virtual Boxed_Value eval_internal(const chaiscript::detail::Dispatch_State &t_ss) const CHAISCRIPT_OVERRIDE {
|
virtual Boxed_Value eval_internal(const chaiscript::detail::Dispatch_State &t_ss) const CHAISCRIPT_OVERRIDE {
|
||||||
if (!m_value.is_undef())
|
if (!m_value.is_undef())
|
||||||
{
|
{
|
||||||
std::cout << "1\n";
|
|
||||||
return m_value;
|
return m_value;
|
||||||
} else {
|
} else {
|
||||||
std::cout << "0\n";
|
|
||||||
try {
|
try {
|
||||||
return t_ss->get_object(this->text, m_loc);
|
return t_ss->get_object(this->text, m_loc);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user