Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
grdf-konnector
Commits
509b2750
Commit
509b2750
authored
Nov 27, 2020
by
Yoan VALLET
Browse files
add logs for debug
parent
3a42568f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
509b2750
...
...
@@ -140,7 +140,7 @@ async function getActualDailyLoadData() {
log
(
"
debug
"
,
"
RESULT FOUND
"
)
log
(
"
debug
"
,
result
)
log
(
"
debug
"
,
"
DISPLAY ELEMENT
"
)
data
.
forEach
(
element
=>
{
result
.
forEach
(
element
=>
{
log
(
"
debug
"
,
element
)
log
(
"
debug
"
,
"
DISPLAY DATE
"
)
log
(
"
debug
"
,
element
.
year
+
'
'
+
element
.
month
+
'
'
+
element
.
day
)
...
...
Yoan VALLET
@yvallet
mentioned in commit
817ff163
·
Nov 27, 2020
mentioned in commit
817ff163
mentioned in commit 817ff1637c940de8e281650ce07dadac51732dcf
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment