summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--controller/LFDB.cpp1
1 files changed, 0 insertions, 1 deletions
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) {