Skip to content

Commit

Permalink
remove redundant log thing
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 26, 2023
1 parent 7c3709b commit 6278af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
REPO_NAME=railroad
export GOPATH=$(HOME)/go
GOPATH=$(HOME)/go
VERSION=0.1.5
LAST_VERSION=0.1.4
VERSION=0.1.6
LAST_VERSION=0.1.5
USER_GH=eyedeekay
CGO_ENABLED?=0

Expand Down
1 change: 0 additions & 1 deletion filenames/filenames.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func bashPath(contentPath string) string {
}

func determineAssetPath() string {
log.Println("Determining assets path", flags.CustomPath)
if flags.CustomPath != "" {
contentPath, err := filepath.Abs(bashPath(flags.CustomPath))
if err != nil {
Expand Down

0 comments on commit 6278af5

Please sign in to comment.