1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 22:30:49 +00:00

removed debug code

This commit is contained in:
Falk Werner 2019-03-03 18:17:50 +01:00
parent 4565e40fde
commit 2e858475c2

View File

@ -5,12 +5,6 @@
extern struct wsfs_message * wsfs_message_create(json_t const * value)
{
#if 0
char * msg = json_dumps(value, JSON_COMPACT);
puts(msg);
free(msg);
#endif
struct wsfs_message * message = NULL;
size_t const length = json_dumpb(value, NULL, 0, JSON_COMPACT);