mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Remove debug statement
This commit is contained in:
parent
f1143105d2
commit
bec89a822a
1 changed files with 0 additions and 2 deletions
|
@ -263,8 +263,6 @@ final class AddonManagerHelper implements AddonHelper
|
|||
|
||||
$result = preg_match("|/\*.*\*/|msU", $raw, $matches);
|
||||
|
||||
var_dump($addonFile, $result, $matches);
|
||||
|
||||
if ($result === false || $result === 0 || !is_array($matches) || count($matches) < 1) {
|
||||
throw new InvalidAddonException('Could not find valid comment block in addon file: ' . $addonFile);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue