Skip to content

Commit

Permalink
remove box auditor feature flag (keybase#23970)
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye authored Apr 27, 2020
1 parent c83ee07 commit 8421caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/teams/box_audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func ShouldRunBoxAudit(mctx libkb.MetaContext) bool {
}
}

return mctx.G().Env.GetRunMode() == libkb.DevelRunMode || mctx.G().Env.RunningInCI() || mctx.G().FeatureFlags.Enabled(mctx, libkb.FeatureBoxAuditor)
return true
}

const CurrentBoxAuditVersion boxAuditVersion = 6
Expand Down

0 comments on commit 8421caa

Please sign in to comment.