Removes unnecessary logging statement (#830)

* Removes unnecessary logging
This commit is contained in:
mpmcroy 2021-02-22 09:47:54 -05:00 committed by GitHub
parent c36afbcbbb
commit 78407ddc69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,8 +315,6 @@ export class App {
async start(): Promise<void> {
this.showIntro();
console.log('CloudAccounts', this.cloudAccounts.getDigitalOceanAccount());
// Load server list. Fetch manual and managed servers in parallel.
await Promise.all([
this.loadDigitalOceanServers(this.cloudAccounts.getDigitalOceanAccount()),