mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-27 09:51:17 -05:00
remove debug log
This commit is contained in:
parent
0997635393
commit
17aa34edd9
@ -305,7 +305,6 @@ class ReceiveModeRequest(Request):
|
|||||||
super(ReceiveModeRequest, self).close()
|
super(ReceiveModeRequest, self).close()
|
||||||
try:
|
try:
|
||||||
upload_id = self.upload_id
|
upload_id = self.upload_id
|
||||||
self.web.common.log('ReceiveModeWeb', 'We finished our upload')
|
|
||||||
# Inform the GUI that the upload has finished
|
# Inform the GUI that the upload has finished
|
||||||
self.web.add_request(self.web.REQUEST_UPLOAD_FINISHED, self.path, {
|
self.web.add_request(self.web.REQUEST_UPLOAD_FINISHED, self.path, {
|
||||||
'id': upload_id
|
'id': upload_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user