mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
removed debug code
This commit is contained in:
parent
4565e40fde
commit
2e858475c2
@ -5,12 +5,6 @@
|
|||||||
|
|
||||||
extern struct wsfs_message * wsfs_message_create(json_t const * value)
|
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;
|
struct wsfs_message * message = NULL;
|
||||||
size_t const length = json_dumpb(value, NULL, 0, JSON_COMPACT);
|
size_t const length = json_dumpb(value, NULL, 0, JSON_COMPACT);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user