Skip to content

Commit 8a90a81

Browse files
remove duplicate warning
1 parent df1dc35 commit 8a90a81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/code42cli/cmds/securitydata.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,6 @@ def search(
412412
):
413413
"""Search for file events."""
414414

415-
if state.profile.use_v2_file_events != "True":
416-
deprecation_warning(DEPRECATION_TEXT)
417-
418415
if format == FileEventsOutputFormat.CEF and columns:
419416
raise click.BadOptionUsage(
420417
"columns", "--columns option can't be used with CEF format."

0 commit comments

Comments
 (0)