From 02da7afee9ffd79775f6a571f4cf25a444d31ac9 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 15 Dec 2012 19:49:30 +0000 Subject: Drop automatic PROFILE It's bitrotten, might readd it later. --- (limited to 'commands') diff --git a/commands/run b/commands/run index f3a5f4a..dfc8b7a 100755 --- a/commands/run +++ b/commands/run @@ -10,14 +10,4 @@ from devbot import config common.setup() -profile_env = os.environ.get("SUGAR_PROFILE", None) -profile_pref = config.get_pref("PROFILE") - -if profile_env is not None: - if profile_pref is None: - config.set_pref("PROFILE", _get_random_id()) - elif profile_pref == profile_env: - print "Cannot run two instances with the same profile." - sys.exit(1) - run.run("sugar-runner") -- cgit v0.9.1