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
f00f
Geike
Commits
57904e1d
Verified
Commit
57904e1d
authored
Dec 05, 2020
by
Luc Everse
Browse files
Remove loud logging statement
parent
14153eeb
Pipeline
#1625
passed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SongListSender.js
View file @
57904e1d
...
...
@@ -73,7 +73,6 @@ export default class SongListSender {
});
for
(
let
song
of
songs
)
{
console
.
log
(
song
.
by
);
let
user
;
if
(
song
.
by
)
user
=
await
this
.
client
.
users
.
fetch
(
song
.
by
);
csvStream
.
write
([
...
...
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