Commit 43f0ecd
committed
debug: Remove log statements from
reverts changes done in this file in 657976c
This log statements were wrongly placed as the request is a promise and
the log happened before awaiting for the promise completion.
Also, with the TransitRoutingService in the backend, this log is not
necessary anymore, as the caller already has log statements.TrRoutingServiceBackend's route1 parent 4bbe2ce commit 43f0ecd
File tree
1 file changed
+8
-17
lines changed- packages/chaire-lib-backend/src/utils/trRouting
1 file changed
+8
-17
lines changedLines changed: 8 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
160 | 151 | | |
161 | 152 | | |
162 | 153 | | |
| |||
0 commit comments