Skip to content

Commit

Permalink
Remove trivial unused test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 29, 2020
1 parent 0e5a2da commit 036e654
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions katello_certs_tools/timeLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#


from __future__ import print_function
from time import time


Expand All @@ -54,11 +53,3 @@ def secs2days(secs):
def secs2years(secs):
"an approximation"
return round(secs/YEAR)


def _test():
print('Right now, in seconds (epoch): ', now())


if __name__ == '__main__':
_test()

0 comments on commit 036e654

Please sign in to comment.