remove debug

This commit is contained in:
Isaac Connor 2020-01-23 17:04:33 -05:00
parent 8e604afb58
commit 6345ecc479
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ if ( ZM_OPT_USE_AUTH and (!isset($user)) and ($view != 'login') and ($view != 'n
if ( ! $request ) {
zm_session_start();
$_SESSION['postLoginQuery'] = $_SERVER['QUERY_STRING'];
ZM\Error("postLoginQuery " . $_SESSION['postLoginQuery']);
session_write_close();
}
$request = null;