comparison LazyBear/Views/Profile/ProfileView.swift @ 410:e24c9ca71824

Remove console comments
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 06 Jun 2021 19:07:52 +0200
parents f9611c94d636
children 5f21f7c23c5e
comparison
equal deleted inserted replaced
409:dc8dccd18e86 410:e24c9ca71824
61 WatchlistCreator() 61 WatchlistCreator()
62 .environment(\.managedObjectContext, self.moc) 62 .environment(\.managedObjectContext, self.moc)
63 } 63 }
64 } else { 64 } else {
65 ProgressView() 65 ProgressView()
66 .onAppear { 66 .onAppear { prepareUrl(.initial) }
67 print("Appeared")
68 prepareUrl(.initial) }
69 } 67 }
70 } 68 }
71 69
72 /* 70 /*
73 Get symbols in watchlists -> Prepare url -> Request 71 Get symbols in watchlists -> Prepare url -> Request