remove extraneous debug file left over from postgres work.

This commit is contained in:
friendica 2015-01-11 20:02:24 -08:00
parent 3f4f3e244a
commit a088a8f03c

View File

@ -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;