Skip to content

Commit

Permalink
DOC #328 remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 8, 2024
1 parent c46ac19 commit c6f724d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/howto/_doodle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -289,7 +289,6 @@
" )\n",
"\n",
" # wait for the command to finish and collect the outputs.\n",
" # stdout, stderr = process.communicate()\n",
" self.parse_response(*process.communicate())\n",
" self.status._finished(success=True)\n",
"\n",
Expand Down

0 comments on commit c6f724d

Please sign in to comment.