mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Remove debug message() calls in ProcessPageEdit.module
This commit is contained in:
@@ -2302,7 +2302,6 @@ class ProcessPageEdit extends Process implements WirePageEditor, ConfigurableMod
|
|||||||
*/
|
*/
|
||||||
protected function setRedirectUrl($url) {
|
protected function setRedirectUrl($url) {
|
||||||
$this->redirectUrl = $url;
|
$this->redirectUrl = $url;
|
||||||
$this->message("setRedirectUrl($url)");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -2330,7 +2329,6 @@ class ProcessPageEdit extends Process implements WirePageEditor, ConfigurableMod
|
|||||||
$url .= strpos($url, '?') === false ? "?" : "&";
|
$url .= strpos($url, '?') === false ? "?" : "&";
|
||||||
$url .= implode('&', $extras);
|
$url .= implode('&', $extras);
|
||||||
}
|
}
|
||||||
$this->message("getRedirectURL: $this->redirectUrl => $url");
|
|
||||||
return $url;
|
return $url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user