Skip to content

Commit

Permalink
Removes debug filterwarnings() call
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 3, 2015
1 parent 032b624 commit 07e853f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vistrails/packages/vtk/vtk_wrapper/vtk_classes.py
Expand Up @@ -42,7 +42,6 @@
import os
import tempfile
import types
import warnings

from platform import system

Expand All @@ -57,9 +56,6 @@
# filter some deprecation warnings coming from the fact that vtk calls
# range() with float parameters

warnings.filterwarnings("ignore",
message="integer argument expected, got float")

#### METHOD PATCHING CODE ####

def patch_methods(base_module, cls):
Expand Down

0 comments on commit 07e853f

Please sign in to comment.