зеркало из https://github.com/nextcloud/desktop.git
Remove accidently commited printf.
This commit is contained in:
Родитель
f2b1d0d85e
Коммит
0081e44647
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче