aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/info_request.rb4
-rw-r--r--todo.txt5
2 files changed, 2 insertions, 7 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb
index 8aad5b534..db14a9cf1 100644
--- a/app/models/info_request.rb
+++ b/app/models/info_request.rb
@@ -23,7 +23,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: info_request.rb,v 1.122 2008-07-17 10:32:01 francis Exp $
+# $Id: info_request.rb,v 1.123 2008-07-17 10:33:57 francis Exp $
require 'digest/sha1'
require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian')
@@ -337,7 +337,7 @@ public
for event in self.info_request_events.reverse
if not event.described_state.nil? and curr_state.nil?
curr_state = event.described_state
- STDERR.puts "curr_state " + curr_state
+ #STDERR.puts "curr_state " + curr_state
end
if !curr_state.nil? && event.event_type == 'response'
diff --git a/todo.txt b/todo.txt
index 6f06d4776..b18977b0a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -35,11 +35,6 @@ Clear out all the need classifying requests
https://secure.mysociety.org/cvstrac/tktview?tn=1032
-This infers the wrong calculated state due to followups - in the waiting
-clarification not being set to states?
-https://secure.mysociety.org/admin/foi/request/show/619
-https://secure.mysociety.org/admin/foi/request/show/755
-
Internal review status/marker?
Request withdrawn by user status/marker?