diff --git a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp index 56c910237e..41ab7ee070 100644 --- a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp +++ b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp @@ -636,12 +636,12 @@ void CreateGxsChannelMsg::sendMsg() /* commence downloads - if we don't have the file */ - if (!(*fit)->done()) + /* if (!(*fit)->done()) { if ((*fit)->ready()) { (*fit)->download(); - } + } */ // Skips unhashed files. } }