[VOL-3902] Collect Logs keyword fix

Change-Id: Iadac60a47dcdbf90236bdf3254f2f64b2d4cf0fb
diff --git a/libraries/utils.robot b/libraries/utils.robot
index c5180bc..75f2caa 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -979,7 +979,6 @@
     [Documentation]    Collect Logs from voltha and onos cli for various commands
     Run Keyword and Ignore Error    Get Device List from Voltha
     FOR    ${I}    IN RANGE    0    ${num_olts}
-        Run Keyword and Ignore Error    Get Logical Device Output from Voltha    ${logical_id}
         Run Keyword and Ignore Error    Get Device Output from Voltha    ${olt_ids}[${I}][device_id]
         Run Keyword and Ignore Error    Get Logical Device Output from Voltha    ${olt_ids}[${I}][logical_id]
     END