mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove accidently commited printf.
This commit is contained in:
parent
f2b1d0d85e
commit
0081e44647
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user