Skip to content

Commit d223be2

Browse files
pinzonalexrashed
andauthored
Update src/index.js
Co-authored-by: Alex Rashed <2796604+alexrashed@users.noreply.github.com>
1 parent 9ca8e3a commit d223be2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ class LocalstackPlugin {
538538
env.LAMBDA_REMOTE_DOCKER = env.LAMBDA_REMOTE_DOCKER || '0';
539539
env.DOCKER_FLAGS = (env.DOCKER_FLAGS || '') + ` -v ${cwd}:${cwd}`;
540540
env.START_WEB = env.START_WEB || '0';
541-
if (!env.LOCALSTACK_AUTH_TOKEN) {
542-
this.log('Warning: LOCALSTACK_AUTH_TOKEN is not set. LocalStack Pro requires an auth token.');
543-
}
544541
const maxBuffer = +env.EXEC_MAXBUFFER || 50 * 1000 * 1000; // 50mb buffer to handle output
545542
if (this.shouldRunDockerSudo()) {
546543
env.DOCKER_CMD = 'sudo docker';

0 commit comments

Comments
 (0)