Skip to content

Commit

Permalink
tech: remove some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jtary committed Sep 15, 2023
1 parent bd538fc commit c134251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions web/src/components/SdlConfiguration/SdlConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export const SdlConfiguration: React.FC<SdlConfigurationProps> = ({
// hide the GPU section for now
const showGpu = false;

console.log('rendering SdlConfiguration');

return (
<React.Fragment>
{progressVisible && (
Expand Down
5 changes: 0 additions & 5 deletions web/src/hooks/useDeploymentData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ export default function useDeploymentData(owner: string) {
const providerInfo = await fetchProviderInfo({ owner: lease.leaseId?.provider }, rpcEndpoint);
const providerUrl = providerInfo?.provider?.hostUri;

const long = new Long(lease.leaseId.dseq);

console.log(lease.leaseId);
console.log(LeaseID.toJSON(lease.leaseId) as any);

return providerUrl && queryLeaseStatus(LeaseID.toJSON(lease.leaseId) as any, providerUrl);
}
},
Expand Down

0 comments on commit c134251

Please sign in to comment.