EDMIService: Remove Listing Tables in Job Listener

This commit is contained in:
Jonathan Jenne 2021-04-15 16:06:13 +02:00
parent f6fc3be8ed
commit 04fd63a9c7

View File

@ -188,11 +188,6 @@ Public Class JobListener
End If End If
End If End If
_Logger.Debug("Listing Tables in DataSet")
For Each oDataTable As DataTable In Dataset.Tables
_Logger.Debug(oDataTable.TableName)
Next
' Used for debugging relations and constraints ' Used for debugging relations and constraints
'_Logger.Debug("Dataset AFTER saving datatables") '_Logger.Debug("Dataset AFTER saving datatables")
'ListTables(Dataset) 'ListTables(Dataset)