Skip to content

Commit f4353ef

Browse files
committed
Oops, removed debug output
1 parent f0e1896 commit f4353ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bashquote

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ class Quotes {
126126
$elements = $xpath->query($conf['xpath']);
127127
$quotes = array();
128128
foreach ($elements as $element) {
129-
print_r($element);
130129
$quote = trim($element->textContent);
131130
switch ($conf['type']) {
132131
case 'pre':
@@ -168,4 +167,3 @@ class Quotes {
168167
return NULL;
169168
}
170169
}
171-

0 commit comments

Comments
 (0)