diff LazyBear/Views/Company/Networking/Company.swift @ 415:34f9e408b861

Minor UI Updates and tests
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 09 Jun 2021 12:49:17 +0200
parents b93172662988
children
line wrap: on
line diff
--- a/LazyBear/Views/Company/Networking/Company.swift	Wed Jun 09 10:57:25 2021 +0200
+++ b/LazyBear/Views/Company/Networking/Company.swift	Wed Jun 09 12:49:17 2021 +0200
@@ -22,7 +22,6 @@
                 switch requestType {
                 case .initial:
                     self.chartData = response
-                    print(response)
                 case .refresh:
                     self.chartData.historicalPrices = response.historicalPrices
                 case .streaming: