Skip to content

Commit c4cdc22

Browse files
Peter Bengtssonpull[bot]
Peter Bengtsson
authored andcommitted
Revert "Measure how often arriving with a broken hash" (#49926)
1 parent 8b71396 commit c4cdc22

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

src/events/lib/schema.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ const experiment = {
395395
},
396396
experiment_variation: {
397397
type: 'string',
398+
enum: ['control', 'treatment'],
398399
description: 'The variation this user we bucketed in, such as control or treatment.',
399400
},
400401
experiment_success: {

src/frame/components/article/ArticlePage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { Lead } from 'src/frame/components/ui/Lead'
1212
import { PermissionsStatement } from 'src/frame/components/ui/PermissionsStatement'
1313
import { ArticleGridLayout } from './ArticleGridLayout'
1414
import { ArticleInlineLayout } from './ArticleInlineLayout'
15-
import { MeasureBrokenHashes } from './MeasureBrokenHashes'
1615
import { PlatformPicker } from 'src/tools/components/PlatformPicker'
1716
import { ToolPicker } from 'src/tools/components/ToolPicker'
1817
import { MiniTocs } from 'src/frame/components/ui/MiniTocs'
@@ -103,7 +102,6 @@ export const ArticlePage = () => {
103102
<DefaultLayout>
104103
<LinkPreviewPopover />
105104
{isDev && <ClientSideRefresh />}
106-
<MeasureBrokenHashes />
107105
{router.pathname.includes('/rest/') && <RestRedirect />}
108106
{currentLayout === 'inline' ? (
109107
<ArticleInlineLayout

src/frame/components/article/MeasureBrokenHashes.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)