mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-02 19:26:50 +00:00
Remove error statement
This commit is contained in:
parent
43c9f04d60
commit
e0ae088401
@ -476,10 +476,6 @@ public class ReferenceManifestDetailsPageController
|
|||||||
data.put("supportEvents", supportEvents);
|
data.put("supportEvents", supportEvents);
|
||||||
data.put("livelogEvents", livelogEvents);
|
data.put("livelogEvents", livelogEvents);
|
||||||
|
|
||||||
for (Map.Entry<String, Object> entry : data.entrySet()) {
|
|
||||||
LOGGER.error(String.format("%s -> %s", entry.getKey(),
|
|
||||||
String.valueOf(entry.getValue())));
|
|
||||||
}
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user