Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stasel committed Jan 25, 2023
1 parent f447730 commit 075182f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class BuildMetadata:
def getNextRelease():
# Get current version
releases = requests.get("https://api.github.com/repos/stasel/WebRTC/releases").json()
print(releases)
latestReleaseVersion = int(releases[0]["tag_name"].split(".")[0])
latestReleaseDate = datetime.fromisoformat(releases[0]["published_at"].replace("Z", ""))
print(f"Latest release: version {latestReleaseVersion}, date: {latestReleaseDate}")
Expand Down

0 comments on commit 075182f

Please sign in to comment.