Updated build script

This commit is contained in:
Tim Shannon 2016-04-20 16:42:16 +00:00
parent 20084b9429
commit 5f776e0757
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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
}