Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Apr 2017 12:32:24 +0000 (14:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Apr 2017 12:32:24 +0000 (14:32 +0200)
wcfsetup/install/files/lib/system/ad/AdHandler.class.php

index 9e18f5773152c69cd1971979a07caa950199dd6b..9228f9cd10025757f1d623f372fa74ac8dc60bb7 100644 (file)
@@ -55,11 +55,6 @@ class AdHandler extends SingletonFactory {
                        $ads = [
                                $ads[mt_rand(0, count($ads) - 1)]
                        ];
-                       
-                       $a = [0, 0];
-                       for ($i = 0; $i < 10000; $i++) {
-                               $a[mt_rand(0, 1)]++;
-                       }
                }
                
                $output = '';