summaryrefslogtreecommitdiff
path: root/blavote.go
diff options
context:
space:
mode:
authorJoe Robinson <joe@mumsnet.com>2014-07-25 15:46:07 +0100
committerJoe Robinson <joe@mumsnet.com>2014-07-25 15:46:07 +0100
commit670aa9aec926bef4fe44c5251e26d37c0e2d38f2 (patch)
tree1748036a30e28faff62898aae844cc282c7af3ca /blavote.go
parent9325bafbbf17da50dd8e5855e12fdff4ed590ea1 (diff)
Removed debug output of argsHEADmaster
Diffstat (limited to 'blavote.go')
-rw-r--r--blavote.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/blavote.go b/blavote.go
index c14e8e4..06897b4 100644
--- a/blavote.go
+++ b/blavote.go
@@ -14,7 +14,7 @@ var version string
func main() {
- version = "0.7.2"
+ version = "0.7.3"
//Command line arguments
var opts struct {
@@ -60,7 +60,6 @@ func main() {
if (opts.Version) {
fmt.Println("v" + version)
} else if (opts.Add != "") {
- fmt.Println(opts.Args.Rest)
pollId, err := addPoll(db, opts.Add, opts.Args.Rest, opts.Username)
if (err == nil) {