Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmith33 committed Jun 4, 2014
1 parent bcf543f commit 875c7a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions import/anchovy/utils/flexibleobject/flexibleproperty.d
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ class ValueProperty : IProperty

if (_isChanging)
{
import std.stdio;
writefln("already changing %s", newValue);
return _value;
}

Expand Down

0 comments on commit 875c7a8

Please sign in to comment.