Remove accidently commited printf.

This commit is contained in:
Andreas Schneider 2008-05-15 19:51:53 +02:00
Родитель f2b1d0d85e
Коммит 0081e44647
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -80,8 +80,6 @@ int csync_create(CSYNC **csync, const char *local, const char *remote) {
CSYNC *ctx; CSYNC *ctx;
size_t len = 0; size_t len = 0;
printf("%f\n", 1E9);
ctx = c_malloc(sizeof(CSYNC)); ctx = c_malloc(sizeof(CSYNC));
if (ctx == NULL) { if (ctx == NULL) {
return -1; return -1;