diff options
| author | otofune <otofune@gmail.com> | 2017-11-06 16:29:13 +0900 |
|---|---|---|
| committer | otofune <otofune@gmail.com> | 2017-11-06 16:29:13 +0900 |
| commit | 04648db1c235b0de14d3e0a2dc83f9346d0408f8 (patch) | |
| tree | c4df0d0b932db032c2af7591c086d9e682533076 /src/api | |
| parent | core - fix metadata searching (diff) | |
| download | sharkey-04648db1c235b0de14d3e0a2dc83f9346d0408f8.tar.gz sharkey-04648db1c235b0de14d3e0a2dc83f9346d0408f8.tar.bz2 sharkey-04648db1c235b0de14d3e0a2dc83f9346d0408f8.zip | |
remove console
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/common/add-file-to-drive.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/common/add-file-to-drive.ts b/src/api/common/add-file-to-drive.ts index 1f882389ac..dff2d52356 100644 --- a/src/api/common/add-file-to-drive.ts +++ b/src/api/common/add-file-to-drive.ts @@ -152,7 +152,6 @@ export default ( comment: comment, properties: properties }); - console.dir(file) log(`drive file has been created ${file._id}`); |