diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-22 05:39:02 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 16:03:01 +0200 |
commit | a95439db61c4530afae3967e2912d6ca38f1bbda (patch) | |
tree | ed8926c1fe52c8072dbaff40278c1f0370980c2f /accessible | |
parent | f5fcb8a32ccbe9af1a16a05c4959f7389eae37c1 (diff) | |
download | uxp-a95439db61c4530afae3967e2912d6ca38f1bbda.tar.gz |
Issue #1822 - Part 3: Remove LOAD_CLASSIFIER_URI and various
helper functions.
Diffstat (limited to 'accessible')
-rw-r--r-- | accessible/base/Logging.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accessible/base/Logging.cpp b/accessible/base/Logging.cpp index 1fd5639702..dccd1761c6 100644 --- a/accessible/base/Logging.cpp +++ b/accessible/base/Logging.cpp @@ -341,8 +341,6 @@ LogRequest(nsIRequest* aRequest) printf("targeted; "); if (loadFlags & nsIChannel::LOAD_CALL_CONTENT_SNIFFERS) printf("call content sniffers; "); - if (loadFlags & nsIChannel::LOAD_CLASSIFY_URI) - printf("classify uri; "); } else { printf(" no request"); } |