Removed debug line

master
Mark Moffat 2020-01-03 18:51:45 +10:30
parent 5546341c1c
commit eaed663311
1 changed files with 0 additions and 2 deletions

View File

@ -310,8 +310,6 @@ const getConfig = () => {
process.exit(1);
}
console.log('config', config);
return config;
};