X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/731ebcb5bb71d65d81065a34caa627081b5e0731..1e4face96bd7aea75ce9b0188d43e7f22ce9df00:/src/mw/clicommands.py diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 55e4027..f4b9813 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -205,10 +205,6 @@ class CommitCommand(CommandBase): if nothing_to_commit: print 'nothing to commit' sys.exit() - print - print 'WARNING: mw does not do collision detection yet.' - print 'Hit ^C now if you haven\'t double checked, otherwise hit Enter' - raw_input() if self.options.edit_summary == None: print 'Edit summary:', edit_summary = raw_input()