Skip to content
Snippets Groups Projects
Commit ce571060 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

debug removed

parent 318e0a8f
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!512Resolve "Export to SBGN does not export compartments and some reactions"
...@@ -351,7 +351,6 @@ public class RestAnnotationParser extends XmlParser { ...@@ -351,7 +351,6 @@ public class RestAnnotationParser extends XmlParser {
} }
if (notes.indexOf("</head>") >= 0) { if (notes.indexOf("</head>") >= 0) {
logger.debug("Y");
notes = notes.substring(notes.indexOf("</head>") + "</head>".length()); notes = notes.substring(notes.indexOf("</head>") + "</head>".length());
} }
notes = notes.replace("xmlns=\"http://www.w3.org/1999/xhtml\"", ""); notes = notes.replace("xmlns=\"http://www.w3.org/1999/xhtml\"", "");
......
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