Browse Source

Removed console.log

Harry Hedger 9 years ago
parent
commit
ca50a8dcbf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/plugins/GoogleDrive.js

+ 0 - 2
src/plugins/GoogleDrive.js

@@ -332,8 +332,6 @@ export default class Google extends Plugin {
       return a > b ? 1 : a < b ? -1 : 0
     })
 
-    console.log(sorting)
-
     let sortedFolders = folders.sort((folderA, folderB) => {
       let a = new Date(folderA.modifiedByMeDate)
       let b = new Date(folderB.modifiedByMeDate)