Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 954b8b3

Browse files
authored
Fix issue #17
Remove duplicated output, following @muotaz suggestion .
1 parent 5d7b14f commit 954b8b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Actions/ExecuteAction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function call(array $header, array $content, $zmqId = null)
9292

9393
public function notifyMessage(string $message)
9494
{
95-
$this->broker->send($this->iopubSocket, 'stream', ['name' => 'stdout', 'text' => $message], $this->header);
9695
$this->broker->send(
9796
$this->iopubSocket,
9897
'execute_result',

0 commit comments

Comments
 (0)