Skip to content

Commit

Permalink
Removing unused experiment config. (#25908)
Browse files Browse the repository at this point in the history
  • Loading branch information
riklund committed Jan 31, 2020
1 parent 6fbe885 commit 4512c37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion build-system/global-configs/canary-config.json
Expand Up @@ -38,6 +38,5 @@
"pump-early-frame": 1,
"swg-gpay-api": 1,
"swg-gpay-native": 1,
"use-responsive-ads-for-responsive-sizing-in-auto-ads": 0.05,
"version-locking": 1
}
1 change: 0 additions & 1 deletion build-system/global-configs/prod-config.json
Expand Up @@ -38,6 +38,5 @@
"pump-early-frame": 1,
"swg-gpay-api": 1,
"swg-gpay-native": 1,
"use-responsive-ads-for-responsive-sizing-in-auto-ads": 0.05,
"version-locking": 1
}
6 changes: 0 additions & 6 deletions tools/experiments/experiments-config.js
Expand Up @@ -311,12 +311,6 @@ export const EXPERIMENTS = [
spec: 'https://github.com/ampproject/amphtml/issues/24166',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24167',
},
{
id: 'use-responsive-ads-for-responsive-sizing-in-auto-ads',
name: 'Use amp-ad responsive to make amp auto ads responsive.',
spec: 'https://github.com/ampproject/amphtml/issues/24168',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24169',
},
{
id: 'layoutbox-invalidate-on-scroll',
name:
Expand Down

0 comments on commit 4512c37

Please sign in to comment.