Commit 2638434c authored by Vaibhav Sagar's avatar Vaibhav Sagar

jupyterlab-ihaskell: remove unnecessary console.log

parent 1a39ef00
......@@ -16,7 +16,6 @@ const extension: JupyterFrontEndPlugin<void> = {
activate: (app: JupyterFrontEnd, codeMirror: ICodeMirror) =>
{
defineIHaskellMode(codeMirror);
console.log('ihaskell codemirror activated');
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment