Removed leftovers from some debugging

This commit is contained in:
Claudio Sanches 2021-11-26 13:23:11 -03:00
parent b905b9208f
commit 16b35ae2ab
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ class Formatter extends KeepAChangelogParser {
$version = $entry->getVersion();
$is_subentry = preg_match( $this->subentry_pattern, $version, $subentry );
$timestamp = $entry->getTimestamp();
error_log(print_r($version, true));
$release_link = $this->getReleaseLink( $version );
if ( $is_subentry ) {