Skip to content

Commit

Permalink
fix(dev-env): remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jun 20, 2024
1 parent 029037e commit 7fcdab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/dev-environment/dev-environment-lando.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export async function bootstrapLando(): Promise< Lando > {
}

const pull = registryResolvable && ( instanceData.pullAfter ?? 0 ) < Date.now();
console.log( pull );
if (
Array.isArray( data.opts.pullable ) &&
Array.isArray( data.opts.local ) &&
Expand All @@ -218,7 +217,6 @@ export async function bootstrapLando(): Promise< Lando > {
// Note that if some of the images are not available, they will still be pulled by `docker-compose`.
data.opts.local = data.opts.pullable;
data.opts.pullable = [];
console.log( data.opts );
}

if ( pull || ! instanceData.pullAfter ) {
Expand Down

0 comments on commit 7fcdab2

Please sign in to comment.