Skip to content

Commit

Permalink
Removing unused experiment config.
Browse files Browse the repository at this point in the history
  • Loading branch information
riklund committed Dec 6, 2019
1 parent d5dc359 commit 3a21270
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 @@ -39,6 +39,5 @@
"layoutbox-invalidate-on-scroll": 0.05,
"pump-early-frame": 1,
"remove-viewer-query-params-on-navigate": 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 @@
"remove-viewer-query-params-on-navigate": 1,
"swg-gpay-api": 0.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 @@ -305,12 +305,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: 'remove-viewer-query-params-on-navigate',
name: 'Removes query params from viewer iframe on navigation.',
Expand Down

0 comments on commit 3a21270

Please sign in to comment.