Skip to content

Commit

Permalink
deleted uneccessary call to y.log()
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <spullara@yahoo.com>
  • Loading branch information
eatyourgreens authored and spullara committed May 13, 2009
1 parent fef5d89 commit 98696d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flickr/flickr.photos.astro.xml
Expand Up @@ -28,7 +28,6 @@
default xml namespace = '';
var respdata = <photos/>;
for each (var photo in photos) {
y.log(photo.id);
respdata.photos += <photo>
<id>{photo.id}</id>
Expand Down

0 comments on commit 98696d0

Please sign in to comment.