Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 925bdd8

Browse files
committed
removing unnecessary print
1 parent bce462e commit 925bdd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/lib/builder.lib.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,6 @@ protected function gatherPartialsByMatch($patternType, $patternSubType) {
685685
$patternCSSExists = $this->enableCSS;
686686
$patternCSS = ($this->enableCSS) ? $this->patternCSS[$patternPartial] : "";
687687

688-
print $patternName.": ".count($patternLineages)."\n";
689-
690688
$p["partials"][] = array("patternName" => ucwords($patternName),
691689
"patternLink" => $patternLink,
692690
"patternPartialPath" => str_replace(" ","-",$patternTypeClean)."-".str_replace(" ","-",$patternName),

0 commit comments

Comments
 (0)