mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-25 23:55:36 -04: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()
|
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…
Add table
Add a link
Reference in a new issue