remove debug print
This commit is contained in:
parent
268047c18c
commit
9499432084
1 changed files with 0 additions and 2 deletions
|
@ -183,8 +183,6 @@ char * compile_slug(char * str, int len)
|
||||||
}
|
}
|
||||||
s1 += s1_len;
|
s1 += s1_len;
|
||||||
strncat(o, s1, strlen(s1));
|
strncat(o, s1, strlen(s1));
|
||||||
|
|
||||||
printf("compiled slug: %s\n", out);
|
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue