Skip to content

Commit 500dcfd

Browse files
__init__ updated
1 parent 5f3195a commit 500dcfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contentstack/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
try:
2020
from logging import NullHandler
21-
# logging.basicConfig(filename='cs.log', format='%(asctime)s - %(message)s', level=logging.DEBUG)
22-
# logging.getLogger("__init__.py")
2321
except ImportError:
2422
class NullHandler(logging.Handler):
2523
def emit(self, record):

0 commit comments

Comments
 (0)