This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
share: remove unnecessary warning log
bboozzoo/self-announce
Maciek Borzecki
8 years ago
parent
6e20caf398
commit
8ed76ce816
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/mconnect/share.vala
+ 0
- 2
src/mconnect/share.vala
View File
@ -67,8 +67,6 @@ class ShareHandler : Object, PacketHandlerInterface {
return;
}
warning("share packet");
if (pkt.payload == null) {
warning("missing payload info");
return;
Write
Preview
Loading…
Cancel
Save