This commit is contained in:
abias 2023-05-15 20:56:08 -04:00
parent 5068df6bf5
commit 900bf2099b
2 changed files with 0 additions and 3 deletions

View file

@ -295,8 +295,6 @@ async function fetchIconPng(iconUrl: string) {
function getErrorRouteData(error: string, site?: GetSiteResponse) {
const errorPageData: ErrorPageData = { type: "error" };
console.log(`Error: ${process.env.NODE_ENV}`);
// Exact error should only be seen in a development environment. Users
// in production will get a more generic message.
if (process.env.NODE_ENV === "development") {

View file

@ -21,7 +21,6 @@ export class App extends Component<any, any> {
render() {
const siteRes = this.isoData.site_res;
const siteView = siteRes?.site_view;
console.log(`Path: ${this.isoData.path}`);
return (
<>