We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a185ddd commit 2784b72Copy full SHA for 2784b72
src/mxdev/config.py
@@ -32,7 +32,6 @@ def __init__(
32
hooks: typing.List["Hook"] = [],
33
) -> None:
34
logger.debug("Read configuration")
35
- breakpoint()
36
data = read_with_included(mxini)
37
38
settings = self.settings = dict(data["settings"].items())
0 commit comments