Commit 487b36d9 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Remove comment lines.

parent 3e8ca5fb
...@@ -8,9 +8,6 @@ const RepoEditor = { ...@@ -8,9 +8,6 @@ const RepoEditor = {
data: () => Store, data: () => Store,
destroyed() { destroyed() {
// this.monacoInstance.getModels().forEach((m) => {
// m.dispose();
// });
this.monacoInstance.destroy(); this.monacoInstance.destroy();
}, },
......
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