Skip to content

Commit db70e99

Browse files
remove comment
1 parent 794aba4 commit db70e99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

notifications/file_event_notifications.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,6 @@ def source_url(self):
263263
@register(NodeLog.FILE_RENAMED)
264264
class AddonFileRenamed(ComplexFileEvent):
265265
def perform(self):
266-
'''
267-
Currently, WB sends the "move" action for renamed files.
268-
This code will remain useless until the correct action is sent.
269-
'''
270266
if self.node == self.source_node:
271267
super().perform()
272268
return

0 commit comments

Comments
 (0)