Remove wdyr

This commit is contained in:
Alex Gleason
2021-09-11 17:03:53 -05:00
parent 850fd6d310
commit d040de4c15
4 changed files with 1 additions and 17 deletions

View File

@ -1,6 +1,5 @@
'use strict';
import './wdyr';
import './precheck';
// FIXME: Push notifications are temporarily removed
// import * as registerPushNotifications from './actions/push_notifications';

View File

@ -1,7 +0,0 @@
import React from 'react';
import { NODE_ENV } from 'soapbox/build_config';
if (NODE_ENV === 'development') {
const whyDidYouRender = require('@welldone-software/why-did-you-render');
whyDidYouRender(React);
}