diff --git a/views/gallery.php b/views/gallery.php
index 97a9a64..cf29c39 100644
--- a/views/gallery.php
+++ b/views/gallery.php
@@ -39,10 +39,7 @@ foreach ($twts as $twt) {
$img_array = getImagesFromTwt($twt->content);
foreach ($img_array as $img) {
- $img_link = $img[0];
-
- echo ''.$img_link.'';
- //echo ''.$img[0].''; // Workaround until cache issue is resolved
+ echo ''.$img[0].'';
}
}
?>