Skip to content

Commit

Permalink
remove print from gismanager
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Oct 29, 2018
1 parent b11a147 commit e155bd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/gismanager/gismanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"errors"
"flag"
"fmt"
"os"

"github.com/hishamkaram/gismanager"
Expand All @@ -24,7 +23,6 @@ func main() {
panic(confErr)
}
files, _ := gismanager.GetGISFiles(manager.Source.Path)
fmt.Println(files)
for _, file := range files {
source, ok := manager.OpenSource(file, 0)
targetSource, targetOK := manager.OpenSource(manager.Datastore.BuildConnectionString(), 1)
Expand Down

0 comments on commit e155bd3

Please sign in to comment.