remove unused props

pull/2388/head
Brookie Guzder-Williams 9 years ago
parent cd3233ff4e
commit 219c762f32

@ -353,14 +353,6 @@ class NbserverStopApp(JupyterApp):
kill_cmd='kill'
kill_signal='-3'
flags = dict(
json=({'NbserverStopApp': {'json': True}},
"Produce machine-readable JSON output."),
)
json = Bool(True, config=True,
help="If True, each line of output will be a JSON object with the "
"details from the server info fpyile.")
port = Integer(8888, config=True,
help="Port of the server to be killed. Default 8888")

Loading…
Cancel
Save