diff --git a/vdirsyncer/storage/remotestorage.py b/vdirsyncer/storage/remotestorage.py index 0f275f2..e8f5f59 100644 --- a/vdirsyncer/storage/remotestorage.py +++ b/vdirsyncer/storage/remotestorage.py @@ -104,7 +104,6 @@ class Session(object): logger.warning(str(e)) click.echo('Follow the instructions on the page.') - webbrowser.open(authorization_url) raise exceptions.UserError('Aborted!') def _discover_endpoints(self, subpath):