Skip to content

Commit

Permalink
AuditLogging hits are not actionable
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Mar 25, 2019
1 parent 6b89991 commit eeb0b74
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1220,12 +1220,6 @@ public InstanceMetadata getSubmissionMetadata() {
// timing element...
v = e.getChildrenWithName(AUDIT);
if (v.size() == 1) {
Collect.getInstance().getDefaultTracker()
.send(new HitBuilders.EventBuilder()
.setCategory("AuditLogging")
.setAction("Enabled")
.setLabel(Collect.getCurrentFormIdentifierHash())
.build());

TreeElement auditElement = v.get(0);

Expand Down

0 comments on commit eeb0b74

Please sign in to comment.