Forráskód Böngészése

Debug code removal

Adam Ierymenko 6 éve
szülő
commit
d9befe3fb3
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      controller/LFDB.cpp

+ 0 - 1
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) {