1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Remove extraneous console.log()

Fixing f97c1226aa
This commit is contained in:
Jermolene 2016-10-12 15:50:43 +01:00
parent f97c1226aa
commit da298f037d

View File

@ -103,7 +103,6 @@ exports.parseTag = function(source,pos,options) {
pos = token.end;
// Check that the tag is terminated by a space, / or >
if(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === "/") && !(source.charAt(pos) === ">") ) {
console.log("Aborting illegal element tag")
return null;
}
// Process attributes