mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 00:37:02 +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) {
|
||||
$this->redirectUrl = $url;
|
||||
$this->message("setRedirectUrl($url)");
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -2330,7 +2329,6 @@ class ProcessPageEdit extends Process implements WirePageEditor, ConfigurableMod
|
||||
$url .= strpos($url, '?') === false ? "?" : "&";
|
||||
$url .= implode('&', $extras);
|
||||
}
|
||||
$this->message("getRedirectURL: $this->redirectUrl => $url");
|
||||
return $url;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user