diff options
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 24318312..032c57b4 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -138,7 +138,7 @@ AST::Path::Path(const Path& x): //(Variable, os << "Variable(" << i.slot << ")"; ) //) - DEBUG("clone, x = " << x << ", this = " << *this ); + //DEBUG("clone, x = " << x << ", this = " << *this ); } /* |