From bb315d403389b0fc374ff52c9175d7a7ca31b132 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Fri, 12 Apr 2013 17:08:32 -0400 Subject: [PATCH] tutorial: remove CUSTOMER18 customer18stream1 hack. (imported from commit b333fe10bf22aa5471b672fd51b2426191f259bf) --- zephyr/static/js/tutorial.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zephyr/static/js/tutorial.js b/zephyr/static/js/tutorial.js index d943f6cb05..6443ae7d75 100644 --- a/zephyr/static/js/tutorial.js +++ b/zephyr/static/js/tutorial.js @@ -137,11 +137,6 @@ function make_script() { if ($.inArray(main_stream_name, my_streams) === -1) { main_stream_name = my_streams[0]; } - // Special hack for CUSTOMER18 -- if there's a stream named customer18stream1, well, then - // that's definitely the one to pick - if ($.inArray('customer18stream1', my_streams) !== -1) { - main_stream_name = 'customer18stream1'; - } script = [ go(sleep, 1000), // The first message seems to sometimes get eaten in Chrome otherwise.