Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Aug 7, 2020
1 parent 6ca30d8 commit b4d939f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
from . import ui
from . import projector
from . import operators
Expand All @@ -15,10 +14,6 @@
"tracker_url": "https://github.com/Ocupe/Projectors/issues"
}

logging.basicConfig(level=logging.DEBUG,
format='%(asctime)-15s %(levelname)8s %(name)s %(message)s')
log = logging.getLogger(__name__)


def register():
projector.register()
Expand Down
4 changes: 0 additions & 4 deletions helper.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Standard Lib imports
import logging
from random import uniform, random, uniform

# Blender imports
import bpy
import colorsys

log = logging.getLogger(__file__)
logging.basicConfig(level=logging.DEBUG,
format='%(asctime)-15s %(levelname)8s %(name)s %(message)s')

FALLBACK_WARNING = 'Falling back to pre 2.8 Blender Python API: {}'
ADDON_ID = 'protor_{}'
Expand Down

0 comments on commit b4d939f

Please sign in to comment.