mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 04:02:40 -03:00
remove debug log
This commit is contained in:
parent
0997635393
commit
17aa34edd9
1 changed files with 0 additions and 1 deletions
|
@ -305,7 +305,6 @@ class ReceiveModeRequest(Request):
|
|||
super(ReceiveModeRequest, self).close()
|
||||
try:
|
||||
upload_id = self.upload_id
|
||||
self.web.common.log('ReceiveModeWeb', 'We finished our upload')
|
||||
# Inform the GUI that the upload has finished
|
||||
self.web.add_request(self.web.REQUEST_UPLOAD_FINISHED, self.path, {
|
||||
'id': upload_id
|
||||
|
|
Loading…
Reference in a new issue