summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/trigger_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/trigger_controller.rb b/app/controllers/trigger_controller.rb
index 0de9223..db379f9 100644
--- a/app/controllers/trigger_controller.rb
+++ b/app/controllers/trigger_controller.rb
@@ -110,10 +110,6 @@ class TriggerController < ApplicationController
end
if errors.count == 0
- # Reload FaxDocument#show
- #
- PrivatePub.publish_to("/fax_documents/#{fax_document.id}", "location.reload();")
-
# Indicate a new fax in the navigation bar.
#
if fax_document.fax_accountable.class == User