Skip to content

Commit

Permalink
chore: remove debug print out
Browse files Browse the repository at this point in the history
  • Loading branch information
gigatim committed Apr 1, 2024
1 parent 3772a8c commit 846cee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gigalixir/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def status(host, app_name):

def kill_pod(host, app_name, pod_name):
url = '%s/api/apps/%s/pods/%s' % (host, quote(app_name.encode('utf-8')), quote(pod_name.encode('utf-8')))
print(url)
r = requests.delete(url, headers = { 'Content-Type': 'application/json' })

if r.status_code != 202:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
url='https://github.com/gigalixir/gigalixir-cli',
author='Tim Knight',
author_email='tim@gigalixir.com',
version='1.11.0',
version='1.11.1',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 846cee1

Please sign in to comment.