1
0
Fork 0
forked from wezm/wezm.net

Remove debugger call

This commit is contained in:
Wesley Moore 2010-01-27 13:00:37 +11:00
parent 01fe9c0b5c
commit 732a95799c

View file

@ -3,7 +3,6 @@ jQuery(function () {
function populate_flickr(data, text_status) {
var ul = $("ul", "#flickr");
ul.empty();
debugger;
jQuery.each(data.photos.photo, function(i, photo) {
var li = $("<li></li>");
var a = $("<a></a>");