Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scripta
eScriptorium
Commits
1c82737e
Commit
1c82737e
authored
Sep 16, 2020
by
Robin Tissot
Browse files
Removes console.log
parent
3d423851
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/apps/core/static/js/edit/store/part.js
View file @
1c82737e
...
...
@@ -464,7 +464,6 @@ const partStore = {
return
l
.
pk
==
lineData
.
pk
;
});
if
(
line
)
{
if
(
line
.
order
!=
lineData
.
order
)
console
.
log
(
'
change
'
,
line
.
pk
,
line
.
order
,
lineData
.
order
);
line
.
order
=
lineData
.
order
;
}
}
...
...
Write
Preview
Markdown
is supported
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