diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-08 21:15:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-08 21:15:10 +0000 |
commit | a3b25924bd0b0737f8c17139b7fc62656d729492 (patch) | |
tree | 60c94c7f7884497235c5af90e3f579742cb11727 | |
parent | c1734532f726e74958e061d81ce05570dca1af7d (diff) | |
download | brdo-a3b25924bd0b0737f8c17139b7fc62656d729492.tar.gz brdo-a3b25924bd0b0737f8c17139b7fc62656d729492.tar.bz2 |
- Removed debug statement
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 54e2bf703..a15956591 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -468,8 +468,6 @@ function rewrite_old_urls($text) { $end = substr($base_url, 12); - print "$end"; - /* ** This is a *temporary* filter to rewrite old-style URLs to new-style ** URLs (clean URLs). Currently, URLs are being rewritten dynamically |