Skip to content

Commit 1cd0938

Browse files
committed
refactor: remove commented-out button for stringReplaceAll in pipeline example
1 parent e6d8af4 commit 1cd0938

File tree

1 file changed

+0
-1
lines changed
  • packages/cloud_firestore/cloud_firestore/pipeline_example/lib

1 file changed

+0
-1
lines changed

packages/cloud_firestore/cloud_firestore/pipeline_example/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,6 @@ class _PipelineExamplePageState extends State<PipelineExamplePage> {
10061006
_btn('24: lower/upper', _runPipeline24),
10071007
_btn('25: trim', _runPipeline25),
10081008
_btn('26: substring', _runPipeline26),
1009-
// _btn('27: stringReplaceAll', _runPipeline27),
10101009
_btn('28: split', _runPipeline28),
10111010
_btn('29: join', _runPipeline29),
10121011
_btn('30: if_absent', _runPipeline30),

0 commit comments

Comments
 (0)