Skip to content

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Jan 13, 2025
1 parent c8db8ce commit 6352c29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/sandbox/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ exports.handler = async options => {

// Check usage limits and exit if parent portal has no available sandboxes for the selected type
try {
console.log('validate usage limit');
await validateSandboxUsageLimits(accountConfig, sandboxType, env);
} catch (err) {
if (isMissingScopeError(err)) {
Expand Down

0 comments on commit 6352c29

Please sign in to comment.