remove debugging statements

This commit is contained in:
Grahame Grieve 2022-02-17 02:05:02 +11:00
parent edd2c43e64
commit 84f7133cf1
1 changed files with 2 additions and 2 deletions

View File

@ -2524,10 +2524,10 @@ public class ProfileUtilities extends TranslatingUtilities {
// re-enabled 11-Feb 2022 GDG - we do want to do this. At least, $assemble in davinci-dtr, where the markdown comes from the SDC IG, and an SDC local reference must be changed to point to SDC. in this case, it's called when generating snapshots // re-enabled 11-Feb 2022 GDG - we do want to do this. At least, $assemble in davinci-dtr, where the markdown comes from the SDC IG, and an SDC local reference must be changed to point to SDC. in this case, it's called when generating snapshots
// added processRelatives parameter to deal with this (well, to try) // added processRelatives parameter to deal with this (well, to try)
if (processRelatives && webUrl != null) { if (processRelatives && webUrl != null) {
System.out.println("Making "+url+" relative to '"+webUrl+"'"); // System.out.println("Making "+url+" relative to '"+webUrl+"'");
b.append(webUrl); b.append(webUrl);
} else { } else {
System.out.println("Not making "+url+" relative to '"+webUrl+"'"); // System.out.println("Not making "+url+" relative to '"+webUrl+"'");
} }
i = i + 1; i = i + 1;
} }