diff options
-rwxr-xr-x | updateGit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/updateGit.py b/updateGit.py index 648176b..86f1781 100755 --- a/updateGit.py +++ b/updateGit.py @@ -8,8 +8,6 @@ from concurrent.futures import ThreadPoolExecutor SAFEBRANCHES = ['master', 'develop', 'rc'] DEBUG = False -# TODO: local changes, branch updated. Is there a way to know, whether rebase would be successful? If yes: do so - def dPrint(*args, **kwargs): if DEBUG: print(' '.join(map(str, args)), **kwargs) |