diff --git a/app/com/gitpitch/services/CodeService.java b/app/com/gitpitch/services/CodeService.java index aa349d9..0018fac 100644 --- a/app/com/gitpitch/services/CodeService.java +++ b/app/com/gitpitch/services/CodeService.java @@ -96,12 +96,6 @@ public class CodeService { String delim = mdm.extractCodeDelim(md); codePath = md.substring(delim.length()); - if (!mdm.linkAbsolute(codePath)) { - codePath = - new StringBuffer(gitRawBase).append(codePath) - .toString(); - } - } catch (Exception pex) { log.warn("extractCodePath: ex={}", pex); }