From 929e00f8d5afb37295257872492f775533bdb8d1 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 2 Jun 2011 20:36:42 +0000 Subject: Make headerlets logging actually work git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13000 fe389314-cf27-0410-b35b-8c050e845b92 --- wcsutil/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wcsutil/__init__.py') diff --git a/wcsutil/__init__.py b/wcsutil/__init__.py index 2848eaa..9c12aa2 100644 --- a/wcsutil/__init__.py +++ b/wcsutil/__init__.py @@ -3,10 +3,6 @@ from __future__ import division # confidence high from altwcs import * from hstwcs import HSTWCS -import logging -logger=logging.getLogger("stwcs.wcsutil") - - __docformat__ = 'restructuredtext' -- cgit