tutorial: remove CUSTOMER18 customer18stream1 hack.

(imported from commit b333fe10bf22aa5471b672fd51b2426191f259bf)
This commit is contained in:
Jessica McKellar 2013-04-12 17:08:32 -04:00
parent ac4385e410
commit bb315d4033
1 changed files with 0 additions and 5 deletions

View File

@ -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.