Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 8, 2024
1 parent ccadb55 commit 400f464
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/upgrade-assert.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export const assertSatelliteBuildType = async ({
})
]);

console.log(satelliteType, wasmType);

if (satelliteType === 'extended' && (wasmType === 'stock' || isNullish(wasmType))) {
await confirmAndExit(
`Your satellite is currently running on an ${yellow(
Expand Down

0 comments on commit 400f464

Please sign in to comment.