From 7cef6a8d225c6476673e7284af78b0eb72d74ac0 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 27 Jan 2012 01:58:21 -0800 Subject: [PATCH] remove unneeded line from apps_controller [ci skip] --- app/controllers/apps_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/apps_controller.rb b/app/controllers/apps_controller.rb index 74b746b04..d437d547f 100644 --- a/app/controllers/apps_controller.rb +++ b/app/controllers/apps_controller.rb @@ -1,7 +1,6 @@ class AppsController < ApplicationController def show @app = 'cubbies' - max_time = params[:max_time] ? Time.at(params[:max_time].to_i) : Time.now @posts = ActivityStreams::Photo.where(:public => true).for_a_stream(max_time, 'created_at') @commenting_disabled = true @people = []