Skip to content

Commit

Permalink
Remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Jun 19, 2024
1 parent 9e80ee0 commit 433fc81
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions clashroyalebuildabot/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,3 @@ def check_for_update(self):
logger.info("Update successful!")
else:
logger.info("Update cancelled.")


def main():
updater = Updater()
updater.check_for_update()


if __name__ == '__main__':
main()

0 comments on commit 433fc81

Please sign in to comment.