Skip to content

Commit

Permalink
No print
Browse files Browse the repository at this point in the history
  • Loading branch information
airtoxin committed Jan 3, 2016
1 parent 33a3068 commit 052d2d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ipython_animated_array/__init__.py
Expand Up @@ -19,7 +19,6 @@ def get_htmls(self, viz_list):
]

def show(self, reflesh=1000):
print(reflesh)
template = self.env.get_template('animatetag.tpl.html')
display(HTML(template.render({
'htmls': self.htmls,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='ipython-animated-array',
version='0.2.0',
version='0.2.1',
description='animated array rendering on ipython-notebook (jupyter)',
long_description=long_description,
author='Ryoji Ishii',
Expand Down

0 comments on commit 052d2d0

Please sign in to comment.