From 384e96b79e7c75d434fab5b3fb9773906b621cb6 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 7 Mar 2019 01:32:56 +0300 Subject: [PATCH] Remove td_log methods from JavaScriot example. GitOrigin-RevId: 3a0e12c648f154efbb6fb5dc212f1e517c58b838 --- example/javascript/example.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/javascript/example.js b/example/javascript/example.js index 76920eb3d..4c0e078a9 100644 --- a/example/javascript/example.js +++ b/example/javascript/example.js @@ -17,9 +17,6 @@ const tdlib = ffi.Library( 'td_json_client_receive' : ['string' , ['pointer', 'double']], 'td_json_client_execute' : ['string' , ['pointer', 'string']], 'td_json_client_destroy' : ['void' , ['pointer']], - 'td_set_log_file_path' : ['int' , ['string']], - 'td_set_log_verbosity_level' : ['void' , ['int']], - 'td_set_log_fatal_error_callback': ['void' , ['pointer']] } )