EDMIService: Remove Listing Tables in Job Listener
This commit is contained in:
parent
f6fc3be8ed
commit
04fd63a9c7
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user