Skip to content

Commit cb94a7a

Browse files
committed
Delete extra logs
1 parent 7db1ea3 commit cb94a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

function-app/adb-to-purview/src/Function.Domain/Helpers/parser/DatabricksToPurviewParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ public DatabricksProcess GetDatabricksProcess(string taskQn)
281281
var databricksProcess = new DatabricksProcess();
282282
//var ColumnAttributes = new ColumnLevelAttributes();
283283
var inputs = new List<InputOutput>();
284-
_logger.LogInformation("Number of inputs: {}", _eEvent.OlEvent!.Inputs.Count);
285284
foreach (IInputsOutputs input in _eEvent.OlEvent!.Inputs)
286285
{
287286
inputs.Add(GetInputOutputs(input));

0 commit comments

Comments
 (0)