Remove old logging
This commit is contained in:
parent
60cb5ad85d
commit
2442cf11ab
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
"""Module containing commandline parsers ( SearchParser and CommandParser)."""
|
"""Module containing commandline parsers ( SearchParser and CommandParser)."""
|
||||||
|
|
||||||
import logging
|
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
from PyQt5.QtCore import pyqtSlot, pyqtSignal, QObject
|
from PyQt5.QtCore import pyqtSlot, pyqtSignal, QObject
|
||||||
@ -139,7 +138,6 @@ class CommandParser:
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
parts = text.strip().split(maxsplit=1)
|
parts = text.strip().split(maxsplit=1)
|
||||||
logging.debug("parts in parser: {}".format(parts))
|
|
||||||
if not parts:
|
if not parts:
|
||||||
raise NoSuchCommandError("No command given")
|
raise NoSuchCommandError("No command given")
|
||||||
cmdstr = parts[0]
|
cmdstr = parts[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user