aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar maxfl <gmaxfl@gmail.com>2012-07-07 11:04:29 +0800
committerGravatar maxfl <gmaxfl@gmail.com>2012-07-07 11:04:29 +0800
commit41ec58a5244603004a98c243b8612b8b2887a66e (patch)
tree88200e664e37166f0e43d3940e72814d5e21f2ff /expand.cpp
parent0a5e7be129644e9f53deb7051e812098c1f4e518 (diff)
misc
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/expand.cpp b/expand.cpp
index 05485951..7212d795 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<long>
}
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);
}