Skip to content

Commit

Permalink
remove print and add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jan 26, 2016
1 parent b755008 commit 0d28922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/ml/param/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self):
#: value returned by :py:func:`params`
self._params = None

print "setting up "+str(self)
# Copy the params from the class to the object
self._copy_params()

def _copy_params(self):
Expand Down

0 comments on commit 0d28922

Please sign in to comment.