From 066ae7aa32e576d8478281735f029bcda3ed0bfa Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Wed, 20 Apr 2016 16:42:16 +0000 Subject: [PATCH] Updated build script --- build.sh | 5 ----- json.go | 3 --- 2 files changed, 8 deletions(-) diff --git a/build.sh b/build.sh index 2e5624f..b0a7c11 100644 --- a/build.sh +++ b/build.sh @@ -1,10 +1,5 @@ #!/bin/bash -dir=$1 - go get -u git.townsourced.com/townsourced/ironsmith -ls $dir -#cd $dir/src/git.townsourced.com/townsourced/ironsmith - go-bindata web/... && go build -a -v -o ironsmith diff --git a/json.go b/json.go index 92c1a62..ad60f6c 100644 --- a/json.go +++ b/json.go @@ -6,7 +6,6 @@ package main import ( "encoding/json" - "fmt" "io" "io/ioutil" "log" @@ -85,8 +84,6 @@ func parseInput(r *http.Request, result interface{}) error { return err } - fmt.Printf("JSON Input: %s\n", buff) - if lr.N == 0 { return errInputTooLarge }