Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
98
Issues
98
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
f7d4db48
Commit
f7d4db48
authored
May 08, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a useless debug log
parent
984d7183
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/bridge/bridge.cpp
src/bridge/bridge.cpp
+0
-1
No files found.
src/bridge/bridge.cpp
View file @
f7d4db48
...
...
@@ -559,7 +559,6 @@ void Bridge::send_irc_channel_list_request(const Iid& iid, const std::string& iq
{
auto
&
list
=
channel_list_cache
[
iid
.
get_server
()];
const
auto
res
=
this
->
send_matching_channel_list
(
list
,
rs_info
,
iq_id
,
to_jid
,
std
::
to_string
(
iid
));
log_debug
(
"We added a new channel in our list, can we send the result? "
,
std
::
boolalpha
,
res
);
return
res
;
}
else
if
(
message
.
command
==
"323"
||
message
.
command
==
"RPL_LISTEND"
)
...
...
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