Skip to content

Commit

Permalink
removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Oct 29, 2015
1 parent 0b80896 commit ffa9eec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/ck
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ if [ -z "$PYTHON" ]; then
fi
fi

echo $PYTHON

# Load kernel module (either GIT/local installation or as package)
if [ -f "$CK_ROOT/ck/kernel.py" ]; then
$PYTHON -W ignore::DeprecationWarning $CK_ROOT/ck/kernel.py "$@"
Expand Down

0 comments on commit ffa9eec

Please sign in to comment.