remove debugging on public repository

This commit is contained in:
Mike Macgirvin 2010-09-21 17:16:34 -07:00
parent 2342d41bcd
commit 399b6828f6
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,5 +4,5 @@ wip/*
include/jquery-1.4.2.min.js
*.log
*.out
push
push*
home.html

View File

@ -1,6 +1,6 @@
<?php
$debugging = true;
$debugging = false;
require_once("boot.php");

View File

@ -1,6 +1,6 @@
<?php
$debugging = true;
$debugging = false;
require_once('boot.php');