From 41ec58a5244603004a98c243b8612b8b2887a66e Mon Sep 17 00:00:00 2001 From: maxfl Date: Sat, 7 Jul 2012 11:04:29 +0800 Subject: [PATCH] misc --- expand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expand.cpp b/expand.cpp index 054859516..7212d7952 100644 --- a/expand.cpp +++ b/expand.cpp @@ -769,13 +769,13 @@ static int parse_slice( const wchar_t *in, wchar_t **end_ptr, std::vector } pos = end-in; - debug( 0, L"Push range idx %d %d", tmp, tmp1 ); + // debug( 0, L"Push range idx %d %d", tmp, tmp1 ); idx.push_back(tmp); // idx.push_back(tmp2); continue; } - debug( 0, L"Push idx %d", tmp ); + // debug( 0, L"Push idx %d", tmp ); idx.push_back(tmp); // idx.push_back(tmp2); }