]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: remove commented code
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:48 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:43 +0000 (13:15 -0700)
commit9084961b2ab74010fa4efb88f72559b3ede5603a
tree52da75f45460ef1d00f3da75dfcc82c6a6fe707a
parent522e914f65da504f6b485dd8a89f49f7f176bbd0
git-p4: remove commented code

Previously, the script contained commented code including Python 2 print
statements. Presumably, these were used as a developer aid at some point
in history. However, the commented code is generally undesirable, and
this commented code serves no useful purpose. Therefore this patch
removes it.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py