Skip to content

Commit

Permalink
Disable the verbose CodeCellRelationAnalysis output, use GUI instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Sep 17, 2016
1 parent 59c14a7 commit eb87861
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CodeCellRelationAnalysis implements BrainfuckAnalyzer {

@Override
void print() {
println 'Code to cells'
/* println 'Code to cells'
codeToCells.forEach({key, value ->
println "$key --> $value"
})
Expand All @@ -41,7 +41,7 @@ class CodeCellRelationAnalysis implements BrainfuckAnalyzer {
cellsToCode.forEach({key, value ->
println "$key --> $value"
})
println ''
println ''*/
}

@Override
Expand Down

0 comments on commit eb87861

Please sign in to comment.