Remove logs

This commit is contained in:
esensar 2016-05-22 23:30:23 +02:00
parent 064aaec0c3
commit 9f8cc78250

View file

@ -17,7 +17,6 @@
}
if(isset($_POST['sort'])) {
if($_POST['sort']=='alpha') {
print_r('alpha');
array_multisort($newsArray, SORT_STRING, $imagesArray, $timesArray);
}
}