diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-21 17:16:34 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-21 17:16:34 -0700 |
commit | 399b6828f6888ff65d3ace22876c49f0887e88e6 (patch) | |
tree | b1dd1fad3c452be0aff60738bb26961358a226da | |
parent | 2342d41bcda2280f9e85bb26d0d80b930dc017c3 (diff) | |
download | volse-hubzilla-399b6828f6888ff65d3ace22876c49f0887e88e6.tar.gz volse-hubzilla-399b6828f6888ff65d3ace22876c49f0887e88e6.tar.bz2 volse-hubzilla-399b6828f6888ff65d3ace22876c49f0887e88e6.zip |
remove debugging on public repository
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | include/notifier.php | 2 | ||||
-rw-r--r-- | include/poller.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 34f2896f7..fea5fb91e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ wip/* include/jquery-1.4.2.min.js *.log *.out -push +push* home.html diff --git a/include/notifier.php b/include/notifier.php index 5766747b8..4b80bd3b6 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -1,6 +1,6 @@ <?php - $debugging = true; + $debugging = false; require_once("boot.php"); diff --git a/include/poller.php b/include/poller.php index e0c721f60..47dae1a73 100644 --- a/include/poller.php +++ b/include/poller.php @@ -1,6 +1,6 @@ <?php - $debugging = true; + $debugging = false; require_once('boot.php'); |