Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
x213212 committed Jun 18, 2020
1 parent 38feb92 commit 4135403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ImportFromGoogleDriveDialog/index.js
Expand Up @@ -132,7 +132,6 @@ export default ({ open, onClose, onAddSamples }) => {
if (googleScriptLoaded === true) {
window.gapi.load("auth", { callback: onAuthApiLoad })
window.gapi.load("picker", { callback: onPickerApiLoad })
console.log(userSelectedItemsFromDrive)
}
}, [googleScriptLoaded, onAuthApiLoad, onPickerApiLoad])

Expand Down

0 comments on commit 4135403

Please sign in to comment.