Disable print
diff --git a/crowdin_sync.py b/crowdin_sync.py
index 56a5c62..d5d7826 100755
--- a/crowdin_sync.py
+++ b/crowdin_sync.py
@@ -314,7 +314,8 @@
         '--code-review +2',
         '--submit', js['currentPatchSet']['revision']]
         msg, code = run_subprocess(cmd, True)
-        print('Submitting commit %s: ' % js[url], end='')
+        # Disable for now (Gerrit removed param)
+        # print('Submitting commit %s: ' % js[url], end='')
         if code != 0:
             errorText = msg[1].replace('\n\n', '; ').replace('\n', '')
             print('Failed: %s' % errorText)