Skip to content

Commit 8fba985

Browse files
committed
comment out debug output
1 parent e60f9a9 commit 8fba985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/krivine.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ function execute()
119119

120120
function step()
121121
{
122-
echo 'code: '.json_encode($this->code)."\n";
123-
echo 'env: '.json_encode($this->env)."\n";
124-
echo 'stack: '.json_encode($this->stack)."\n";
125-
echo "---\n";
122+
// echo 'code: '.json_encode($this->code)."\n";
123+
// echo 'env: '.json_encode($this->env)."\n";
124+
// echo 'stack: '.json_encode($this->stack)."\n";
125+
// echo "---\n";
126126

127127
$inst = first(first($this->code));
128128
$inst_arg = rest(first($this->code));

0 commit comments

Comments
 (0)