remove debug messages on css changing

This commit is contained in:
Isaac Connor 2016-07-22 16:02:55 -04:00
parent 3504c1d8f5
commit 9262d9d14e
1 changed files with 0 additions and 2 deletions

View File

@ -65,9 +65,7 @@ if($tab == 'skins') {
$reload = true;
}
$current_css = $_COOKIE['zmCSS'];
Error("Current css $current_css");
if ( isset($_GET['css-choice']) and ( $_GET['css-choice'] != $current_css ) ) {
Error("setting css $current_css to " . $_GET['css-choice']);
setcookie('zmCSS',$_GET['css-choice'], time()+3600*24*30*12*10 );
//header("Location: index.php?view=options&tab=skins&reset_parent=1");
$reload = true;