]> Untitled Git - lemmy-ui.git/commitdiff
Cleanup
authorabias <abias1122@gmail.com>
Tue, 16 May 2023 00:56:08 +0000 (20:56 -0400)
committerabias <abias1122@gmail.com>
Tue, 16 May 2023 00:56:08 +0000 (20:56 -0400)
src/server/index.tsx
src/shared/components/app/app.tsx

index 952bbded6d588c02f2473bb43d6b52cf9ffbe59a..af8989f8bfecf13df8fc6d6d18c89cf7cc6abb6c 100644 (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") {
index e7e51bef26af707ef727610d5d752eb85bff9754..9e6e9bdf6543f80fe1fb4341fb2c005fd322b346 100644 (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 (
       <>