Skip to content

Commit bab55f2

Browse files
committed
chore: remove dup line
1 parent 8aa6c0f commit bab55f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Logger/Adapter/LogOwl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public function push(Log $log): int
140140
// apply those options
141141
\curl_setopt_array($ch, $optArray);
142142

143-
// execute request and get response
144143
// execute request and get response
145144
$response = curl_exec($ch);
146145
$httpCode = curl_getinfo($ch, \CURLINFO_HTTP_CODE);

0 commit comments

Comments
 (0)