embed: removing testing code

This commit is contained in:
Hunter Miller 2021-09-21 20:47:25 -05:00
parent e93cdb654e
commit 79142fe4af

View File

@ -224,8 +224,6 @@ function AppTile({ color, image, ...props }: AppTileProps) {
); );
} }
window.navigator.registerProtocolHandler = undefined;
function AppPermalink({ link, ship, desk }: Omit<IAppPermalink, 'type'>) { function AppPermalink({ link, ship, desk }: Omit<IAppPermalink, 'type'>) {
const treaty = useTreaty(ship, desk); const treaty = useTreaty(ship, desk);
const hasProtocolHandling = Boolean(window?.navigator?.registerProtocolHandler); const hasProtocolHandling = Boolean(window?.navigator?.registerProtocolHandler);