From a45ad45f0d9b7e5a2f8c03b7beb3515f7251ee5e Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 21 Jan 2017 23:23:06 +0800 Subject: Static Typecheck - Remove debug --- src/hir_typeck/static.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/hir_typeck/static.cpp b/src/hir_typeck/static.cpp index ad62d73e..fc48f5ac 100644 --- a/src/hir_typeck/static.cpp +++ b/src/hir_typeck/static.cpp @@ -1205,7 +1205,6 @@ bool StaticTraitResolve::type_is_copy(const Span& sp, const ::HIR::TypeRef& ty) auto it = m_copy_cache.find(ty); if( it != m_copy_cache.end() ) { - DEBUG("Cached " << it->first << " = " << it->second); return it->second; } } -- cgit v1.2.3