aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-17 13:20:22 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-17 13:20:31 -0700
commit27212719dc43c1069982ec1dd7389c76956aee2a (patch)
treea8e0ff1fa04743af5fff752e7c4af1fe71eea773 /highlight.cpp
parent17567028dace634465b3a9af34c6338a832d05e1 (diff)
Removed an errant printf
Diffstat (limited to 'highlight.cpp')
-rw-r--r--highlight.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/highlight.cpp b/highlight.cpp
index a43840a6..09a7666a 100644
--- a/highlight.cpp
+++ b/highlight.cpp
@@ -255,7 +255,6 @@ bool is_potential_path(const wcstring &const_path, const wcstring_list_t &direct
out_path->append(path_base);
if (! string_suffixes_string(L"/", *out_path))
out_path->push_back(L'/');
- printf("path: %ls\n", out_path->c_str());
}
out_path->append(ent);
/* We actually do want a trailing / for directories, since it makes autosuggestion a bit nicer */