mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
Remove some debug logging
This commit is contained in:
parent
def456bd9b
commit
c290aaa774
@ -87,7 +87,7 @@ class Installer
|
||||
*/
|
||||
private function hasNoTables(): bool
|
||||
{
|
||||
Log::debug('Now in routine hasNoTables()');
|
||||
//Log::debug('Now in routine hasNoTables()');
|
||||
|
||||
try {
|
||||
DB::table('users')->count();
|
||||
@ -107,7 +107,7 @@ class Installer
|
||||
}
|
||||
throw new FireflyException(sprintf('Could not access the database: %s', $message), 0, $e);
|
||||
}
|
||||
Log::debug('Everything seems OK with the tables.');
|
||||
//Log::debug('Everything seems OK with the tables.');
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user