Browse Source

Merge pull request #1113 from KadoBOT/patch-1

Remove commented code
Alexandru Dima 6 years ago
parent
commit
bb79ae01c1
1 changed files with 0 additions and 8 deletions
  1. 0 8
      website/monarch/monarch.js

+ 0 - 8
website/monarch/monarch.js

@@ -84,14 +84,6 @@ function readSamples(sampleSelect) {
 
 		var languageId = 'monarch-language-' + id;
 
-		// monaco.languages.register({ id: languageId });
-
-		// var langModel = monaco.editor.createModel(getTextFromId(id), 'javascript');
-		// var update = function() {
-		// 	console.log()
-		// };
-		// langModel.onDidChangeContent(update);
-
 		var sampleText = getTextFromId(id + "-sample");
 
 		samples[id] = {