summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-29 16:06:25 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-29 17:07:45 -0700
commit28671cd9612f26ec24b03eb5048e30ce0060ac26 (patch)
tree178d46c4a96376fe81d2b735274cf8ea98732c13
parentbedaa1b8d9b70714edf4a14021460fa81941d6f6 (diff)
downloadpyscss-28671cd9612f26ec24b03eb5048e30ce0060ac26.tar.gz
Remove #define DEBUG, oops.
-rw-r--r--scss/src/block_locator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/src/block_locator.c b/scss/src/block_locator.c
index 14b3638..e081d84 100644
--- a/scss/src/block_locator.c
+++ b/scss/src/block_locator.c
@@ -15,7 +15,6 @@
#include <string.h>
#include "block_locator.h"
-#define DEBUG
int _strip(Py_UNICODE *begin, Py_UNICODE *end, int *lineno, Py_UNICODE **out) {
while (begin < end && (*begin == '\n' || *begin == '\t' || *begin == ' ')) begin++;
if (out != NULL) {