Skip to content

Commit 3aacf48

Browse files
author
vasilenkoalexey
committed
remove comment
1 parent f60086f commit 3aacf48

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • c4-server/src/main/java/ru/beeatlas/c4/custom

c4-server/src/main/java/ru/beeatlas/c4/custom/Custom.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ public void closeScope(C4CompletionScope scope, C4DocumentModel model) {
927927
Command commandStructurizr = new Command("$(link-external) Insert SLA", "c4.insert.sla");
928928
CodeLensCommandArgs args = new CodeLensCommandArgs(null, null, null, null, apiUrl, lastLine, startLine);
929929
commandStructurizr.setArguments(Arrays.asList(args));
930-
//commandStructurizr.setArguments(Arrays.asList(apiUrl, lastLine, startLine));
931930
String line = model.getLineAt(lineNumber - 1);
932931
int pos = C4Utils.findFirstNonWhitespace(line, 0, true);
933932

0 commit comments

Comments
 (0)