diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-07 00:53:09 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-07 00:53:09 +0200 |
commit | bd26ab13b7d8e89eccb684f374959cfedbe51de7 (patch) | |
tree | 9e08c2db62c373c21679c73e79b013d81ecf65e6 /data/rhlib/addAttachmentRow.js | |
parent | 75848ce166959a4e38c5191522b15e35706d3202 (diff) | |
download | bugzilla-triage-bd26ab13b7d8e89eccb684f374959cfedbe51de7.tar.gz |
And even chip magic now works with new Attachment objects.
Diffstat (limited to 'data/rhlib/addAttachmentRow.js')
-rw-r--r-- | data/rhlib/addAttachmentRow.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/rhlib/addAttachmentRow.js b/data/rhlib/addAttachmentRow.js index 63babcd..c8724e3 100644 --- a/data/rhlib/addAttachmentRow.js +++ b/data/rhlib/addAttachmentRow.js @@ -6,7 +6,6 @@ function addAttachmentCallback(resp) { var newAttachID = parseInt( resp.params.param.value.array.data.value.int, 10); - console.log("attachID = " + newAttachID); // FIXME callback.call(param, newAttachID, data.length); } |