Skip to content

Commit

Permalink
Remove "debug" operator docs for now (#5288)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Sep 17, 2024
1 parent 491dadf commit cc76d27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion docs/language/operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ operators listed below, Zed also allows for the creation of
* [assert](assert.md) - evaluate an assertion
* [combine](combine.md) - combine parallel pipeline branches into a single output
* [cut](cut.md) - extract subsets of record fields into new records
* [debug](debug.md) - write intermediate values to stderr
* [drop](drop.md) - drop fields from record values
* [file](from.md) - source data from a file
* [fork](fork.md) - copy values to parallel pipeline branches
Expand Down
31 changes: 0 additions & 31 deletions docs/language/operators/debug.md

This file was deleted.

0 comments on commit cc76d27

Please sign in to comment.