diff --git a/src/fenrir/commands/commands/WIP/prev_clipboard.py b/src/fenrir/commands/commands/WIP/prev_clipboard.py index 3019aec4..9fa6c575 100644 --- a/src/fenrir/commands/commands/WIP/prev_clipboard.py +++ b/src/fenrir/commands/commands/WIP/prev_clipboard.py @@ -28,7 +28,6 @@ class command(): self.env['runtime']['outputManager'].presentText(_('First clipboard '), interrupt=True) if isLast: self.env['runtime']['outputManager'].presentText(_('Last clipboard '), interrupt=True) - print(isLast,isFirst) speechInterrupt = not(isLast or isFirst) self.env['runtime']['outputManager'].presentText(clipboard, interrupt = speechInterrupt) diff --git a/src/fenrir/core/memoryManager.py b/src/fenrir/core/memoryManager.py index c8c1ba81..797d4e71 100644 --- a/src/fenrir/core/memoryManager.py +++ b/src/fenrir/core/memoryManager.py @@ -118,7 +118,6 @@ class memoryManager(): if currIndex == -1: return None try: - print(self.listStorage[name]['list']) return self.listStorage[name]['list'][currIndex] except: return None