diff options
-rw-r--r-- | src/span.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/span.cpp b/src/span.cpp index 579f0df0..3d4d1ceb 100644 --- a/src/span.cpp +++ b/src/span.cpp @@ -35,7 +35,7 @@ Span::Span(): start_line(0), start_ofs(0), end_line(0), end_ofs(0) // */ { - DEBUG("Empty span"); + //DEBUG("Empty span"); //filename = FMT(":" << __builtin_return_address(0)); } |