aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-08-01 17:02:49 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-08-01 17:02:49 +0100
commitf6bdd83dc22834f5c0134aabeb75f4ac23fbdf63 (patch)
treec5ade10c87c20e726d6aaa2367ee1dd7d7d81b70
parent9dc8509a6601eb65a9ae6ce785173ad682a9438d (diff)
tweaked
-rw-r--r--pkg/datamaps/writer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/datamaps/writer.go b/pkg/datamaps/writer.go
index 144ae4d..48599e6 100644
--- a/pkg/datamaps/writer.go
+++ b/pkg/datamaps/writer.go
@@ -124,7 +124,6 @@ func ExportMaster(opts *Options) error {
if sl := r.WriteSlice(append([]string{dmlKey}, values[dmlKey]...), -1); sl == -1 {
log.Printf("not a slice type")
}
- log.Printf("writing slice to row\n")
}
log.Printf("saving master at %s", opts.MasterOutPutPath)