mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Remove debug statement
This commit is contained in:
parent
bdd2449ab5
commit
30cbca1b13
1 changed files with 0 additions and 1 deletions
|
@ -829,7 +829,6 @@ class PeppermintParsedown extends ParsedownExtreme
|
||||||
$this->headingIdsUsed[] = $result["element"]["attributes"]["id"];
|
$this->headingIdsUsed[] = $result["element"]["attributes"]["id"];
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log("[header info] " . var_export($result, true));
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue