From b702ec61abb99069914da30e9010a7cae4bcf04e Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 3 Feb 2014 15:03:03 +0100 Subject: location: remove some ugly debugging code traces * data/location.cc: here. --- data/location.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/location.cc b/data/location.cc index 4fea2599..20aa5800 100644 --- a/data/location.cc +++ b/data/location.cc @@ -273,8 +273,7 @@ m4_define([b4_location_define], operator<< (std::basic_ostream& ostr, const location& loc) { unsigned int end_col = 0 < loc.end.column ? loc.end.column - 1 : 0; - ostr << loc.begin// << "(" << loc.end << ") " -; + ostr << loc.begin; if (loc.end.filename && (!loc.begin.filename || *loc.begin.filename != *loc.end.filename)) -- cgit v1.2.1