mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 06:35:06 +00:00
Removes unnecessary logging statement (#830)
* Removes unnecessary logging
This commit is contained in:
parent
c36afbcbbb
commit
78407ddc69
1 changed files with 0 additions and 2 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue