From 6b94d5f8c2c5b187a458c1256d9b496a0378770f Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Thu, 20 Nov 2014 13:17:48 -0500 Subject: Remove default site specification. Defaults to nil if not specified (for network-wide searches). Remove :warning, drop back to :debug --- sx-method.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx-method.el b/sx-method.el index feebd84..5499fb1 100644 --- a/sx-method.el +++ b/sx-method.el @@ -35,7 +35,7 @@ (filter 'none) auth (url-method "GET") - (site sx-site-default)) + site) "Call METHOD with additional keys. :ID is the id associated with a question, answer, comment, post or @@ -58,7 +58,7 @@ Return the entire response as a complex alist." (when submethod (format "/%s" submethod)))) (call 'sx-request-make)) - (lwarn "sx-call-method" :warning "A: %S T: %S. M: %S,%s. F: %S" (equal 'warn auth) + (lwarn "sx-call-method" :debug "A: %S T: %S. M: %S,%s. F: %S" (equal 'warn auth) access-token method-auth full-method filter-auth) (unless access-token (cond -- cgit v1.2.3