Skip to content
Snippets Groups Projects
Commit 38dd301a authored by FCGudder's avatar FCGudder
Browse files

Removing debug statements

parent 6847e31b
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ Yes, I am aware this is horrible. If anyone can figure out how to get widgets to
</style>
<<script>>
/* This code only runs once per page load */
if(!Macro.has('sectorblock')) {
/* Usage: <<sectorblock sector index "other text (optional)">> */
Macro.add('sectorblock', {
......@@ -102,7 +103,6 @@ if(!Macro.has('sectorblock')) {
},
handler() {
console.log(this);
let sec = this.args[0];
if(!sec || !sec.type) {
return;
......@@ -116,7 +116,6 @@ if(!Macro.has('sectorblock')) {
+ '[[' + name + '|' + basetype + '][$AS=' + this.args[1] + ']]'
+ (meta.extra || '') + (this.args[2] || '')
+ '</td>';
console.log(text);
new Wikifier(this.output, text);
},
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment