From d9befe3fb38973a014f383a38fa126ca218ca732 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 26 Jul 2019 18:51:50 -0700 Subject: Debug code removal --- controller/LFDB.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'controller') diff --git a/controller/LFDB.cpp b/controller/LFDB.cpp index d0363819..a303d15d 100644 --- a/controller/LFDB.cpp +++ b/controller/LFDB.cpp @@ -79,7 +79,6 @@ LFDB::LFDB(const Identity &myId,const char *path,const char *lfOwnerPrivate,cons newrec["OwnerPrivate"] = _lfOwnerPrivate; newrec["MaskingKey"] = maskingKey; newrec["PulseIfUnchanged"] = true; - printf("%s\n",newrec.dump().c_str()); auto resp = htcli.Post("/makerecord",newrec.dump(),"application/json"); if (resp) { if (resp->status == 200) { -- cgit v1.2.3