remove debug stuff

This commit is contained in:
Daniel Whitenack 2016-06-29 06:57:21 -05:00
parent f20608eaa7
commit e118c53e7e
1 changed files with 5 additions and 7 deletions

View File

@ -3,7 +3,6 @@ package main
import (
"flag"
"fmt"
"os"
"runtime"
"github.com/codegangsta/cli"
@ -33,7 +32,6 @@ var (
currentNode *node.Node // currently running geth node
c *cli.Context // the CLI context used to start the geth node
accountSync []node.Service // the object used to sync accounts between geth services
MyTransactions chan TxRequest
)
func main() {