From 18185e6873e3cd2d2c7e2d549eda53dfd81eccd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sun, 13 Jan 2019 19:53:26 +0100 Subject: Remove TODO --- updateGit.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'updateGit.py') 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) -- cgit v1.2.3