Removed extraneous console.log()

This commit is contained in:
Mike McDonald
2016-03-07 00:34:41 -08:00
parent ce35b81cc6
commit 0f00d659cb
2 changed files with 0 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ export class FilesController extends AdaptableController {
filename = randomHexString(32) + '_' + filename;
var location = this.adapter.getFileLocation(config, filename);
console.log(this.adapter);
console.log(location);
return this.adapter.createFile(config, filename, data, contentType).then(() => {
return Promise.resolve({
url: location,