Skip to content

Commit 297c0ec

Browse files
committed
Remove commented code
1 parent 91cd231 commit 297c0ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab4j-models/src/main/java/org/gitlab4j/api/models/MergeRequestParams.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ public GitLabForm getForm(boolean isCreate) {
244244
String titleToUse = title;
245245
if (Boolean.TRUE.equals(draft)) {
246246
titleToUse = "Draft: " + (title != null ? title : "");
247-
// titleToUse = "Draft: " + title;
248247
}
249248

250249
GitLabForm form = new GitLabForm()

0 commit comments

Comments
 (0)