diff LazyBear/Views/Profile/ProfileView.swift @ 405:fd8df65927e9

Implementing CapsuleChart in insiders
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 05 Jun 2021 19:04:44 +0200
parents f843c6382529
children f9611c94d636
line wrap: on
line diff
--- a/LazyBear/Views/Profile/ProfileView.swift	Thu Jun 03 16:05:01 2021 +0200
+++ b/LazyBear/Views/Profile/ProfileView.swift	Sat Jun 05 19:04:44 2021 +0200
@@ -95,8 +95,8 @@
      to make the API request and refresh correctly the list
      */
     private func refreshList() {
-        print("Companies in watchlist -> \(watchlistCompanies.count)")
-        print("Companies requested -> \(profile.data.quotes!.count)")
+//        print("Companies in watchlist -> \(watchlistCompanies.count)")
+//        print("Companies requested -> \(profile.data.quotes!.count)")
         
         if profile.data.quotes!.count < watchlistCompanies.count {
             prepareUrl(.initial)