Skip to content

Commit

Permalink
working on some windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Levinson committed Mar 6, 2018
1 parent 5e844ec commit 86a0caf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"sync"
"text/template"

"github.com/davecgh/go-spew/spew"
"github.com/gen0cide/gscript/engine"
"github.com/gen0cide/gscript/logging"
"github.com/sirupsen/logrus"
Expand Down Expand Up @@ -154,7 +153,6 @@ func (c *Compiler) compileMacros() {

func (c *Compiler) writeScript() {
for _, vm := range c.VMs {
c.Logger.Infof("Script Information: %s", spew.Sdump(vm))
if _, err := os.Stat(vm.ScriptFile); os.IsNotExist(err) {
c.Logger.Fatalf("Genesis Script does not exist: %s", vm.ScriptFile)
}
Expand Down

0 comments on commit 86a0caf

Please sign in to comment.