Skip to content

Commit

Permalink
remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Sep 23, 2012
1 parent 2fec5cb commit b4ac3bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion purple.js
Expand Up @@ -58,7 +58,6 @@ var Purple = function (args) {
conv_ui_ops._pointer.fill(0);

function ui_init() {
console.log('conv_ui_ops set');
lib.purple_conversations_set_ui_ops(conv_ui_ops.ref());
}
ui_init_ptr = FFI.Callback(ref.types.void, [], ui_init);
Expand Down

0 comments on commit b4ac3bd

Please sign in to comment.