diff --git a/deps/libev/wscript b/deps/libev/wscript index 7075db7653..19e7bb2497 100644 --- a/deps/libev/wscript +++ b/deps/libev/wscript @@ -49,7 +49,6 @@ def configure(conf): int main() { struct timespec ts; int status = syscall(SYS_clock_gettime, CLOCK_REALTIME, &ts); - puts("1"); // fucking waf... return 0; } """