Skip to content

Commit c3c5d2a

Browse files
author
Andrew Klitzke
committed
ready for pr
1 parent cba7a34 commit c3c5d2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class RustPlugin {
3838
{
3939
cargoFlags: "",
4040
dockerTag: DEFAULT_DOCKER_TAG,
41-
dockerImage: DEFAULT_DOCKER_IMAGE,
41+
dockerImage: DEFAULT_DOCKER_IMAGE
4242
},
4343
(this.serverless.service.custom && this.serverless.service.custom.rust) ||
4444
{}
@@ -58,8 +58,6 @@ class RustPlugin {
5858
const cargoDownloads = path.join(cargoHome, 'git');
5959

6060
const dockerCLI = process.env['SLS_DOCKER_CLI'] || 'docker';
61-
console.log("you're looking for this!");
62-
console.log(this);
6361
const dockerPath = path.resolve(this.custom.dockerPath || this.servicePath);
6462
const defaultArgs = [
6563
'run',

0 commit comments

Comments
 (0)