Skip to content

Commit f327a5c

Browse files
committed
Remove debug var
Change-Id: I4248eb0db1d0c2cf87ed2539edd53c6aa9bffe4e
1 parent e6c1393 commit f327a5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gerrit-rest.el

-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ A comment MESSAGE can be provided."
396396
(defun gerrit-rest-change-get-description (changenr patchsetnr)
397397
"Return the description of a patchset with PATCHSETNR of a change CHANGENR."
398398
(interactive "sEnter a changenr: \nsEnter a patchsetnr :")
399-
(setq thi::patchsetnr 1)
400399
(gerrit-rest-sync-v2 "GET"
401400
(format "/changes/%s/revisions/%s/description"
402401
changenr patchsetnr)))

0 commit comments

Comments
 (0)