Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58f7710

Browse files
committed
Revert "debug printing"
This reverts commit0df0818.
1 parent0df0818 commit58f7710

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎git/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,6 @@ def _is_cygwin_git(git_executable: str) -> bool:
475475
process=subprocess.Popen([strings_cmd,git_cmd],stdout=subprocess.PIPE,text=True)
476476
strings_output,_=process.communicate()
477477
is_cygwin=any(xforxinstrings_outputif"cygwin"inx.lower())
478-
ifnotis_cygwin:
479-
_logger.debug(f"is not cygwin:{strings_output}")
480478
exceptExceptionasex:
481479
_logger.debug("Failed checking if running in CYGWIN due to: %r",ex)
482480
_is_cygwin_cache[git_executable]=is_cygwin

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp