Remove libscan hash debug info

This commit is contained in:
2022-01-08 10:00:34 -05:00
parent a96e65d039
commit 1107fe9a53
2 changed files with 1 additions and 3 deletions

View File

@@ -280,7 +280,6 @@ void index_info(struct mg_connection *nc) {
cJSON_AddBoolToObject(json, "esVersionLegacy", USE_LEGACY_ES_SETTINGS(WebCtx.es_version));
cJSON_AddStringToObject(json, "platform", QUOTE(SIST_PLATFORM));
cJSON_AddStringToObject(json, "sist2Hash", Sist2CommitHash);
cJSON_AddStringToObject(json, "libscanHash", LibScanCommitHash);
cJSON_AddStringToObject(json, "lang", WebCtx.lang);
cJSON_AddBoolToObject(json, "dev", WebCtx.dev);
#ifdef SIST_DEBUG