diff --git a/src/csync.c b/src/csync.c index 807d3349a..88e4a3940 100644 --- a/src/csync.c +++ b/src/csync.c @@ -80,8 +80,6 @@ int csync_create(CSYNC **csync, const char *local, const char *remote) { CSYNC *ctx; size_t len = 0; - printf("%f\n", 1E9); - ctx = c_malloc(sizeof(CSYNC)); if (ctx == NULL) { return -1;