From 1ddfdf7fa88dd0246e759a88b87254f879da960b Mon Sep 17 00:00:00 2001 From: rowan Date: Sat, 3 Sep 2016 20:51:11 +1000 Subject: [PATCH] Remove unused variable. --- lib/plugins/aws/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/plugins/aws/index.js b/lib/plugins/aws/index.js index 493e7d385..99b1d935d 100644 --- a/lib/plugins/aws/index.js +++ b/lib/plugins/aws/index.js @@ -80,8 +80,6 @@ class SDK { } getCredentials(stage, region) { - const credentials = { region }; - let prefix; if (stage) { prefix = `AWS_${stage.toUpperCase()}`;