Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
removes printlin for mods; it breaks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 12, 2018
1 parent f06aa57 commit edb42b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions meta/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package meta
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"path"
Expand All @@ -18,12 +17,6 @@ import (

var modsOn = (strings.TrimSpace(envy.Get("GO111MODULE", "off")) == "on")

func init() {
if modsOn {
fmt.Println("experimental go modules support has been enabled [GO111MODULE=on]")
}
}

// App represents meta data for a Buffalo application on disk
type App struct {
Pwd string `json:"pwd"`
Expand Down

0 comments on commit edb42b6

Please sign in to comment.