From 36dbfe4826eabc031b49510793d3f30b519699e1 Mon Sep 17 00:00:00 2001 From: Harry Hedger Date: Sun, 21 Feb 2016 17:10:39 +0100 Subject: [PATCH] Console.log --- src/plugins/GoogleDrive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/GoogleDrive.js b/src/plugins/GoogleDrive.js index 0f01e7830..8784b32e3 100644 --- a/src/plugins/GoogleDrive.js +++ b/src/plugins/GoogleDrive.js @@ -116,7 +116,7 @@ export default class Google extends Plugin { install () { const caller = this this.target = this.getTarget(this.opts.target, caller) - console.log('this.targetgtsds') + console.log('this.target ===') console.log(this.target) return }