Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Miller <bonelake@gmail.com>
  • Loading branch information
bnmnetp committed Sep 29, 2012
1 parent 00fd66c commit b76d528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/abstract.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ goog.exportSymbol("Sk.abstr.gattr", Sk.abstr.gattr);
Sk.abstr.sattr = function(obj, nameJS, data)
{
if(obj['__setattr__']) {
print('trying to set ' + nameJS + ' to ' + data);
ret = Sk.misceval.callsim(obj['__setattr__'],obj, nameJS, data)
} else {
obj.tp$setattr(nameJS, data);
Expand Down

0 comments on commit b76d528

Please sign in to comment.