Skip to content

Commit f1ffbee

Browse files
authored
remove: wrong logging debug setup (kornia#3120)
1 parent 10b59b5 commit f1ffbee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kornia/constants.py

-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# limitations under the License.
1616
#
1717

18-
import logging
1918
from enum import Enum, EnumMeta
2019
from typing import Iterator, Type, TypeVar, Union
2120

@@ -25,9 +24,6 @@
2524

2625
__all__ = ["BorderType", "DType", "Resample", "SamplePadding", "TKEnum", "pi"]
2726

28-
# NOTE: to remove later
29-
logging.basicConfig(level=logging.INFO)
30-
3127
pi = torch.tensor(3.14159265358979323846)
3228

3329

0 commit comments

Comments
 (0)