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

Commit

Permalink
Fix issue #17
Browse files Browse the repository at this point in the history
Remove duplicated output, following @muotaz suggestion .
  • Loading branch information
castarco authored May 3, 2017
1 parent 5d7b14f commit 954b8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Actions/ExecuteAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function call(array $header, array $content, $zmqId = null)

public function notifyMessage(string $message)
{
$this->broker->send($this->iopubSocket, 'stream', ['name' => 'stdout', 'text' => $message], $this->header);
$this->broker->send(
$this->iopubSocket,
'execute_result',
Expand Down

0 comments on commit 954b8b3

Please sign in to comment.