Skip to content

Commit

Permalink
Remove debug var
Browse files Browse the repository at this point in the history
Change-Id: I4248eb0db1d0c2cf87ed2539edd53c6aa9bffe4e
  • Loading branch information
twmr committed Feb 21, 2024
1 parent e6c1393 commit f327a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gerrit-rest.el
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ A comment MESSAGE can be provided."
(defun gerrit-rest-change-get-description (changenr patchsetnr)
"Return the description of a patchset with PATCHSETNR of a change CHANGENR."
(interactive "sEnter a changenr: \nsEnter a patchsetnr :")
(setq thi::patchsetnr 1)
(gerrit-rest-sync-v2 "GET"
(format "/changes/%s/revisions/%s/description"
changenr patchsetnr)))
Expand Down

0 comments on commit f327a5c

Please sign in to comment.