Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/3100
Browse files Browse the repository at this point in the history
removing "PHP Notice: Undefined variable: startC in /var/www/html/AVideo/view/channelPlaylist.php on line 111"
  • Loading branch information
daniel authored and daniel committed May 19, 2020
1 parent a97f388 commit 01e0995
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions view/channelPlaylist.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,4 @@ function lazyImage() {
});

});
</script>
<!--
channelPlaylist
<?php
$timesC[__LINE__] = microtime(true) - $startC;
$startC = microtime(true);
foreach ($timesC as $key => $value) {
echo "Line: {$key} -> {$value}\n";
}
?>
-->
</script>

0 comments on commit 01e0995

Please sign in to comment.