File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -264,11 +264,6 @@ export function load(client: CLIClient): CLIClient {
264264 if ( experiments . isEnabled ( "apptesting" ) ) {
265265 client . apptesting = { } ;
266266 client . apptesting . execute = loadCommand ( "apptesting-execute" ) ;
267- }
268- if ( experiments . isEnabled ( "mata" ) ) {
269- if ( ! client . apptesting ) {
270- client . apptesting = { } ;
271- }
272267 client . apptesting . mobile = { } ;
273268 client . apptesting . mobile . execute = loadCommand ( "apptesting-mobile-execute" ) ;
274269 }
Original file line number Diff line number Diff line change @@ -165,10 +165,6 @@ export const ALL_EXPERIMENTS = experiments({
165165 shortDescription : "Adds experimental App Testing feature" ,
166166 public : true ,
167167 } ,
168- mata : {
169- shortDescription : "Adds experimental Mobile App Testing Agent (MATA) feature" ,
170- public : true ,
171- } ,
172168 fdcwebhooks : {
173169 shortDescription : "Enable Firebase Data Connect webhooks feature." ,
174170 default : false ,
You can’t perform that action at this time.
0 commit comments