remove logging

This commit is contained in:
SethBurkart123
2024-05-08 17:28:10 +10:00
parent 649d663017
commit f077c13cf7
+1 -5
View File
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import React, { useState } from 'react';
import { CustomTheme, DownloadedTheme } from '../types/CustomThemes';
import browser from 'webextension-polyfill';
import { ArrowUpOnSquareIcon, PencilIcon } from '@heroicons/react/24/outline';
@@ -52,10 +52,6 @@ export const ThemeCover: React.FC<ThemeCoverProps> = ({
});
};
useEffect(() => {
console.log(!theme.webURL);
});
return (
<button
className={`relative group w-full aspect-theme flex justify-center items-center rounded-xl transition ring dark:ring-white ring-zinc-300 ${