Skip to content

Commit 224ee7a

Browse files
committed
work on frontend connection with open_in
1 parent c4b115c commit 224ee7a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

site/src/api/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,6 @@ class ApiMethods {
10331033
{ params },
10341034
);
10351035

1036-
console.log(response.data.latest_build.resources);
10371036
return response.data;
10381037
};
10391038

site/src/modules/resources/AppLink/AppLink.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ export const AppLink: FC<AppLinkProps> = ({ app, workspace, agent }) => {
4141
const theme = useTheme();
4242
const username = workspace.owner_name;
4343

44-
console.log('app : ', app);
45-
4644
let appSlug = app.slug;
4745
let appDisplayName = app.display_name;
4846
if (!appSlug) {

0 commit comments

Comments
 (0)