mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-14 19:51:55 +00:00
Remove logging
This commit is contained in:
parent
f38526ae78
commit
7475cda7ce
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ export default function seedDatabaseIfNeeded() {
|
|||
.then(() => logger.info('finished populating users'))
|
||||
.catch(err => logger.error('error populating users - %s', err));
|
||||
}else{
|
||||
console.log("Admin user =" + JSON.stringify(user));
|
||||
logger.info('Admin user already exists.');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue