aboutsummaryrefslogtreecommitdiffstats
path: root/strutil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'strutil.cc')
-rw-r--r--strutil.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/strutil.cc b/strutil.cc
index 03eeb49..dba86c2 100644
--- a/strutil.cc
+++ b/strutil.cc
@@ -290,7 +290,6 @@ void AbsPath(StringPiece s, string* o) {
(*o)[j] = c;
j++;
}
- LOG("%zu => %zu", prev_start, j);
prev_start = j;
}
o->resize(j);