Skip to content

Commit

Permalink
Commented out warning print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason McCampbell (Enthought, Inc) committed May 25, 2011
1 parent d9e39d1 commit 70cac7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if sys.platform == 'cli':
__all__.remove('compare_chararrays')
for n in ['int_asbuffer', 'set_numeric_ops', 'can_cast', 'bitwise_not']:
print "numeric.py: Temporarily filtering symbol '%s'" % n
#print "numeric.py: Temporarily filtering symbol '%s'" % n
__all__.remove(n)


Expand Down

0 comments on commit 70cac7d

Please sign in to comment.