diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-22 05:39:02 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-10-22 05:39:02 +0000 |
commit | c31539575c8bc5a988be72208ffff9eafd950407 (patch) | |
tree | 2ef50dc86d598f432f244d45f0f7dcc1519ef69c /accessible | |
parent | d81a11cb60c51f6422d681a624e0420843492f19 (diff) | |
download | aura-central-c31539575c8bc5a988be72208ffff9eafd950407.tar.gz |
Issue %3019 - 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 1fd563970..dccd1761c 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"); } |