From b786114949bb929dcd902304f9815e1591df6192 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 15 Apr 2009 17:49:55 +0000 Subject: [PATCH] remove debugging code --- lib/WebGUI/Asset/Wobject/StoryTopic.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/StoryTopic.pm b/lib/WebGUI/Asset/Wobject/StoryTopic.pm index 7be57d859..48aa31c85 100644 --- a/lib/WebGUI/Asset/Wobject/StoryTopic.pm +++ b/lib/WebGUI/Asset/Wobject/StoryTopic.pm @@ -171,7 +171,6 @@ sub viewTemplateVariables { next PHOTO unless $photo->{storageId}; my $storage = WebGUI::Storage->get($session, $photo->{storageId}); my $file = $storage->getFiles->[0]; - warn $storage->getId; next PHOTO unless $file; my $imageUrl = $storage->getUrl($file); $var->{topStoryImageUrl} = $imageUrl;