aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-11 20:02:24 -0800
committerfriendica <info@friendica.com>2015-01-11 20:02:24 -0800
commita088a8f03c78160c865e64fbede01275e869cc5e (patch)
treeb519b3d20089be62c7ecec6d430d4a99ec294da5 /mod/setup.php
parent3f4f3e244a7095538c288e66a17195d1bcceb48c (diff)
downloadvolse-hubzilla-a088a8f03c78160c865e64fbede01275e869cc5e.tar.gz
volse-hubzilla-a088a8f03c78160c865e64fbede01275e869cc5e.tar.bz2
volse-hubzilla-a088a8f03c78160c865e64fbede01275e869cc5e.zip
remove extraneous debug file left over from postgres work.
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-xmod/setup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/setup.php b/mod/setup.php
index 6f2c7c074..d192eaf21 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -615,7 +615,6 @@ function load_database_rem($v, $i){
function load_database($db) {
- file_put_contents('debug-foo.log', 'Loading schema: '.$db->get_install_script());
$str = file_get_contents($db->get_install_script());
$arr = explode(';',$str);
$errors = false;