diff options
Diffstat (limited to 'set.table.go')
| -rw-r--r-- | set.table.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set.table.go b/set.table.go index b5f784e..49bc60f 100644 --- a/set.table.go +++ b/set.table.go @@ -21,7 +21,7 @@ func (pset *Set) PrintTable() { } func (mt *PatchesTable) PrintTable() { - log.Info("ShowTable() SENDING TO GUI") + // log.Info("ShowTable() SENDING TO GUI") mt.MakeTable() cobol.PrintTable(mt.pb) } |
