From 07c04471093a0ce88469e8ee8db7007cddb20b25 Mon Sep 17 00:00:00 2001 From: Brian Hoffman Date: Tue, 26 Nov 2013 12:57:48 -0500 Subject: [PATCH] remove debugging code --- app/main.rb | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app/main.rb b/app/main.rb index 80fa1f89..525abf92 100644 --- a/app/main.rb +++ b/app/main.rb @@ -87,26 +87,3 @@ end end end - - -# post '/jobs' do - -# Enumerator.new do |y| -# [ -# {:type => :status, :body => "Status 1"}, -# {:type => :update, :body => "Update 1"}, -# {:type => :flash, :body => "Flash 1"}, -# {:type => :flash, :body => "Flash 2", :source => 'aspace'}, -# {:type => :progress, :ticks => "2", :total => "5"}, -# {:type => :progress, :ticks => "4", :total => "5"}, -# {:type => :update, :body => "Update 2"}, -# {:type => :progress, :ticks => "2", :total => "5"}, -# {:type => :progress, :ticks => "4", :total => "5"}, -# {:type => :status, :body => "Status 2"}, -# {:type => :update, :body => "Update 3"}, -# ].each do |msg| -# y << JSON.generate(msg) + "---\n" -# sleep(1.0) -# end -# end -# end