Skip to content

Commit 0cef1de

Browse files
committed
False is redundant
1 parent 25636c7 commit 0cef1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.
99
*/
10-
var debug = process.env['DEBUG'] !== undefined || false;
10+
var debug = process.env['DEBUG'] !== undefined
1111
var pjson = require('./package.json');
1212
var region = process.env['AWS_REGION'];
1313

0 commit comments

Comments
 (0)