We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113bce5 commit de1526cCopy full SHA for de1526c
minecode_pipelines/pipes/maven.py
@@ -12,7 +12,6 @@
12
import os
13
import gzip
14
import io
15
-import logging
16
17
from dateutil import tz
18
from jawa.util.utf import decode_modified_utf8
@@ -33,19 +32,6 @@
33
32
from minecode_pipelines.pipes import java_stream
34
35
36
-logger = logging.getLogger(__name__)
37
-logger.setLevel(logging.INFO)
38
-
39
-TRACE = False
40
-TRACE_DEEP = False
41
42
-if TRACE:
43
- import sys
44
45
- logging.basicConfig(stream=sys.stdout)
46
- logger.setLevel(logging.DEBUG)
47
48
49
MAVEN_BASE_URL = "https://repo1.maven.org/maven2"
50
MAVEN_INDEX_URL = "https://repo1.maven.org/maven2/.index/nexus-maven-repository-index.gz"
51
MAVEN_INDEX_INCREMENT_BASE_URL = (
0 commit comments