Skip to content

Commit

Permalink
Removed print_item_info() in time.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Aug 19, 2017
1 parent ac8adbb commit c2be497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file.
### Added
- language option in github api

### Removed
- print_item_info() in time.profile

### 4.6.2

### Removed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Code Health](https://landscape.io/github/sirfoga/pyhal/master/landscape.svg?style=flat)](https://landscape.io/github/sirfoga/hal/master)
[![Code Climate](https://lima.codeclimate.com/github/sirfoga/pyhal/badges/gpa.svg)](https://codeclimate.com/github/sirfoga/pyhal)
![pylint Score](https://mperlet.de/pybadge/badges/8.74.svg)
![pylint Score](https://mperlet.de/pybadge/badges/8.82.svg)

[![PyPI version](https://badge.fury.io/py/PyHal.svg)](https://pypi.org/project/PyHal/) [![Documentation Status](https://readthedocs.org/projects/pyhal/badge/?version=latest)](http://pyhal.readthedocs.io/en/latest/?badge=latest)

Expand Down
14 changes: 0 additions & 14 deletions hal/time/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@ def get_time_eta(total_done, total, start_time):
}


def print_item_info(details):
"""
:param details: {}
Details of AthletePerformance
:return: void
Prints debug info to screen
"""

print(
"{:20.19}".format(details["name"]),
"{:20.19}".format(details["finish_time"])
) # debug info


def print_time_eta(time_to_go, note=""):
"""
:param time_to_go: {}
Expand Down

0 comments on commit c2be497

Please sign in to comment.