aboutsummaryrefslogtreecommitdiffstats
path: root/langs.php
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-16 17:00:48 +0000
committerDamien Lallement <dams@mageia.org>2011-02-16 17:00:48 +0000
commit0a068eb339292f550d5e0edfd5543f82e6b4c056 (patch)
treed756c48564087d346b5c5cfa3248c298569060f2 /langs.php
parent5c19e0c44fa098a8f0ae0a5779ab1e57273f5387 (diff)
downloadwww-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar
www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar.gz
www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar.bz2
www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar.xz
www-0a068eb339292f550d5e0edfd5543f82e6b4c056.zip
remove debug
Diffstat (limited to 'langs.php')
-rw-r--r--langs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/langs.php b/langs.php
index d9fd3bbba..25dc671a9 100644
--- a/langs.php
+++ b/langs.php
@@ -52,7 +52,6 @@ function locale_path($loc,$path)
{
$filename = $loc."/".$path;
$url = "/en/".$path;
- echo "filename: $filename-url: $url-loc: $loc-path: $path";
if (file_exists($filename))
{
$url = $filename;