Skip to content

Commit

Permalink
Removed a debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
loginx committed Nov 2, 2010
1 parent 2b0e18c commit 85a4c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/visualizations.py
Expand Up @@ -63,7 +63,6 @@
sets['gaussian'] = fuzz.GaussianFuzzyNumber(1.0, 0.2)

for (name, obj) in sets.items():
print name
vis = fuzz.VisManager.create_backend(obj)
(vis_format, data) = vis.visualize()

Expand Down

0 comments on commit 85a4c34

Please sign in to comment.