Remove superfluous comment in BBCode::scaleExternalImage

This commit is contained in:
Hypolite Petovan 2020-01-03 09:30:35 -05:00
parent 52c5b0e0f3
commit 4461c16165
1 changed files with 0 additions and 1 deletions

View File

@ -438,7 +438,6 @@ class BBCode
public static function scaleExternalImages($srctext)
{
// Picture addresses can contain special characters
$s = $srctext;
$matches = null;