Fix Backend.pdb() leftover stuff
This commit is contained in:
parent
872758d310
commit
21ca38117d
|
@ -103,7 +103,6 @@ class Backend(QObject):
|
||||||
def pdb(self, additional_data: Sequence = ()) -> None:
|
def pdb(self, additional_data: Sequence = ()) -> None:
|
||||||
# pylint: disable=all
|
# pylint: disable=all
|
||||||
ad = additional_data
|
ad = additional_data
|
||||||
re = self.models.roomEvents.get(ad[1])
|
|
||||||
import pdb
|
import pdb
|
||||||
from PyQt5.QtCore import pyqtRemoveInputHook
|
from PyQt5.QtCore import pyqtRemoveInputHook
|
||||||
pyqtRemoveInputHook()
|
pyqtRemoveInputHook()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user