diff options
| author | Bart van der Schans | 2015-05-19 17:48:26 +0200 |
|---|---|---|
| committer | Bart van der Schans | 2015-05-19 17:48:26 +0200 |
| commit | 6d19099fc57e3b7cced66dd6fb07b894075a9d6c (patch) | |
| tree | bca4b0472f169e7d0d817dac3234397dea466110 | |
| parent | 126355ea2c8914f9c5138aa78c3392d0effe35aa (diff) | |
| download | gdrive-6d19099fc57e3b7cced66dd6fb07b894075a9d6c.tar.bz2 | |
Remove debug info
| -rw-r--r-- | cli/cli.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -118,8 +118,6 @@ func printInfo(d *gdrive.Drive, f *drive.File) { "Md5sum": f.Md5Checksum, "Shared": util.FormatBool(isShared(d, f.Id)), "Parents": util.ParentList(f.Parents), - "Download": f.DownloadUrl, - "Export": f.ExportLinks["text/csv"], } order := []string{ @@ -133,8 +131,6 @@ func printInfo(d *gdrive.Drive, f *drive.File) { "Md5sum", "Shared", "Parents", - "Download", - "Export", } util.Print(fields, order) } |
