diff options
author | friendica <info@friendica.com> | 2015-01-11 20:02:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-11 20:02:24 -0800 |
commit | a088a8f03c78160c865e64fbede01275e869cc5e (patch) | |
tree | b519b3d20089be62c7ecec6d430d4a99ec294da5 /mod | |
parent | 3f4f3e244a7095538c288e66a17195d1bcceb48c (diff) | |
download | volse-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')
-rwxr-xr-x | mod/setup.php | 1 |
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; |