summaryrefslogtreecommitdiff
path: root/src/ast/path.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-03-08 09:32:30 +0800
committerJohn Hodge <tpg@mutabah.net>2016-03-08 09:32:30 +0800
commit8438c45edf9ee1b561ccfec304d2a36b0671e311 (patch)
tree484713ae5352d575d07a84a28f3fb678584e6368 /src/ast/path.cpp
parent8c53ebf221d750a19b0f860584f069b8c3b1733e (diff)
downloadmrust-8438c45edf9ee1b561ccfec304d2a36b0671e311.tar.gz
Expand - Macro imports
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r--src/ast/path.cpp2
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 );
}
/*