Skip to content

Commit

Permalink
Remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi166 committed Jul 24, 2017
1 parent 708136b commit b540afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/imageResizer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'babel-polyfill';
import dotenv from 'dotenv';
import Aws from 'aws-sdk';
import path from 'path';
import fs from 'fs';
Expand All @@ -9,8 +8,6 @@ const gm = require('gm').subClass({ imageMagick: true });

const s3 = new Aws.S3();

dotenv.config();

const downloadImage = params =>
new Promise((resolve, reject) => {
console.log('downloadImage start...');
Expand Down

0 comments on commit b540afb

Please sign in to comment.