Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Feb 22, 2019
1 parent 051619c commit c70fa8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,6 @@ def install_conda_packages(self):

def conda_installer(self, package, channel=None, verbose=False, conda_only=False):
""" Install a conda package """
#TODO Remove this
verbose = True
success = True
condaexe = ["conda", "install", "-y"]
if not verbose:
Expand Down

0 comments on commit c70fa8a

Please sign in to comment.