Skip to content

Commit

Permalink
Removed missed print
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/branches/enebo_lexical@2409 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
enebo committed Nov 7, 2006
1 parent a0cacf1 commit 23f7acb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/org/jruby/runtime/DynamicScope.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ public void setValue(int offset, IRubyObject value, int depth) {
} else {
assert offset < variableValues.length : "Setting " + offset + " to " + value + ", O: " + this;

if (getStaticScope().exists("_erbout") >= 0) {
System.out.println("Setting value: " + value.inspect() + ","+value.getRuntime().getNil().inspect());
}
variableValues[offset] = value;
}
}
Expand Down

0 comments on commit 23f7acb

Please sign in to comment.