1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-10 00:04:56 +00:00

Remove debug statement

This commit is contained in:
Starbeamrainbowlabs 2019-10-20 17:53:21 +01:00
parent bdd2449ab5
commit 30cbca1b13
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -829,7 +829,6 @@ class PeppermintParsedown extends ParsedownExtreme
$this->headingIdsUsed[] = $result["element"]["attributes"]["id"];
}
error_log("[header info] " . var_export($result, true));
return $result;
}