Skip to content

Commit 6648842

Browse files
committed
removed debug
1 parent 13e9b62 commit 6648842

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Resource.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ public function table($table = null) {
458458

459459
public function __o($args) {
460460
//return call_user_func_array([self, '__o_static'], func_get_args());
461-
462461
$classname = get_called_class();
463462

464463
foreach (func_get_args() as $arg) {
@@ -472,10 +471,9 @@ public function __o($args) {
472471
}
473472
foreach ($items as $item) {
474473
$item->tipsy($this->tipsy());
475-
echo '123'.get_called_class($item);
474+
echo get_called_class($item);
476475
}
477476

478-
479477
if (count($items) == 1) {
480478
return array_pop($items);
481479
} else {

0 commit comments

Comments
 (0)