Skip to content

Commit dfafbf5

Browse files
committed
remove dev comments
1 parent d7562eb commit dfafbf5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/contents.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ export class Drive implements Contents.IDrive {
421421
// eliminate drive name from path
422422
const relativePath = formatPath(oldLocalPath);
423423
const newRelativePath = formatPath(newLocalPath);
424-
console.log('rel: ', relativePath);
425-
console.log('new: ', newRelativePath);
426424

427425
// extract new file name
428426
let newFileName = PathExt.basename(newRelativePath);
@@ -436,7 +434,6 @@ export class Drive implements Contents.IDrive {
436434
newRelativePath,
437435
currentDrive.name
438436
);
439-
console.log(newFileName);
440437
} catch (error) {
441438
// HEAD request failed for this file name, continue, as name doesn't already exist.
442439
} finally {

0 commit comments

Comments
 (0)