Remove sftp uploading

This commit is contained in:
Jonathan Cremin 2016-08-07 11:34:45 +01:00
parent 695644c260
commit f6ba817a26
4 changed files with 2 additions and 17 deletions

View file

@ -25,7 +25,6 @@ export function* post(next) {
uploader.processingEvent();
yield uploader.sendToSFTP();
yield uploader.processImage();
yield uploader.finalise();