remove extraneous debug file left over from postgres work.
This commit is contained in:
parent
3f4f3e244a
commit
a088a8f03c
@ -615,7 +615,6 @@ function load_database_rem($v, $i){
|
|||||||
|
|
||||||
|
|
||||||
function load_database($db) {
|
function load_database($db) {
|
||||||
file_put_contents('debug-foo.log', 'Loading schema: '.$db->get_install_script());
|
|
||||||
$str = file_get_contents($db->get_install_script());
|
$str = file_get_contents($db->get_install_script());
|
||||||
$arr = explode(';',$str);
|
$arr = explode(';',$str);
|
||||||
$errors = false;
|
$errors = false;
|
||||||
|
Reference in New Issue
Block a user