Skip to content

Commit

Permalink
[Truffle] Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed May 27, 2015
1 parent e8da73d commit ebc6319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
public class FeatureManager {

private final boolean SHOW_RESOLUTION = true;//Options.TRUFFLE_REQUIRE_SHOW_RESOLUTION.load();
private final boolean SHOW_RESOLUTION = Options.TRUFFLE_REQUIRE_SHOW_RESOLUTION.load();

private final RubyContext context;

Expand Down

0 comments on commit ebc6319

Please sign in to comment.