diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-04 17:16:36 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-04 17:16:36 -0400 |
| commit | ccc5d24b9c347d5727e2d7a349f75a378482511e (patch) | |
| tree | 9cdaec07d88cc234b6054a9a6448a97f7780646f /static/js/pichat.js | |
| parent | 3f159d25599dc70b3a765e070c0d816dfc8ff564 (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 18e438a..36e4087 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -764,7 +764,6 @@ function setupUploadAvatar(elementId) { } var s = '<img id="dashavatarPic" src="' + r + '" />'; - console.log('setting avatar img to ' + s); $('#dashavatar').html(s).show(); }; new AjaxUpload(elementId, { |
