Skip to content

Commit 86a0caf

Browse files
author
Alex Levinson
committed
working on some windows compatibility
1 parent 5e844ec commit 86a0caf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/compiler.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"sync"
1212
"text/template"
1313

14-
"github.com/davecgh/go-spew/spew"
1514
"github.com/gen0cide/gscript/engine"
1615
"github.com/gen0cide/gscript/logging"
1716
"github.com/sirupsen/logrus"
@@ -154,7 +153,6 @@ func (c *Compiler) compileMacros() {
154153

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

0 commit comments

Comments
 (0)