Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
work on frontend connection with open_in
  • Loading branch information
defelmnq committed Jan 3, 2025
commit 224ee7a941abca47dc76dd073ba320a78537c7a1
1 change: 0 additions & 1 deletion site/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ class ApiMethods {
{ params },
);

console.log(response.data.latest_build.resources);
return response.data;
};

Expand Down
2 changes: 0 additions & 2 deletions site/src/modules/resources/AppLink/AppLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export const AppLink: FC<AppLinkProps> = ({ app, workspace, agent }) => {
const theme = useTheme();
const username = workspace.owner_name;

console.log('app : ', app);

let appSlug = app.slug;
let appDisplayName = app.display_name;
if (!appSlug) {
Expand Down
Loading