From 2a09ccbd63cd06a2f5ba3a9e21d6d5a11f3c2980 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 16 May 2016 11:50:44 +0100 Subject: Remove vestiges of logging Remove the (now non-functional) declarations of olm_set_log_level in the C and js wrappers. --- javascript/olm_post.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'javascript') diff --git a/javascript/olm_post.js b/javascript/olm_post.js index 36e7645..5173f7f 100644 --- a/javascript/olm_post.js +++ b/javascript/olm_post.js @@ -382,6 +382,4 @@ Utility.prototype['ed25519_verify'] = restore_stack(function( olm_exports["Account"] = Account; olm_exports["Session"] = Session; olm_exports["Utility"] = Utility; - -olm_exports['set_log_level'] = Module['_olm_set_log_level']; }(); -- cgit v1.2.3