Skip to content

Commit

Permalink
Removed debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Olivato committed Jun 2, 2023
1 parent f52ecda commit f7224e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ public function getUserVideos(int $cursor = 0, int $num_results = 20, array $fie
try {
$json = $this->getUserVideosInfo($cursor, $num_results, $fields);
$videos = [];
echo "N:".sizeof($json->data->videos)."<br/>";
foreach ($json->data->videos as $v) {
$_v = Video::fromJson($v);
$videos[$_v->getID()] = $_v;
Expand Down

0 comments on commit f7224e4

Please sign in to comment.