Commit 8f06c7a4 authored by Romain Courteaud's avatar Romain Courteaud Committed by Sebastien Robin

Drop console.log

parent 1395f869
......@@ -150,7 +150,6 @@
var result_list = [],\n
i;\n
for (i = 0; i < result.data.rows.length; i += 1) {\n
console.log(result.data.rows[i]);\n
result_list.push(RSVP.all([\n
gadget.whoWantToDisplayThis(result.data.rows[i].id),\n
result.data.rows[i].value.title || result.data.rows[i].id\n
......
7
\ No newline at end of file
8
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment