Removed unneeded warning.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import warnings
|
|
||||||
from fnmatch import fnmatch
|
from fnmatch import fnmatch
|
||||||
from optparse import make_option
|
from optparse import make_option
|
||||||
|
|
||||||
@@ -196,7 +195,4 @@ class Command(NoArgsCommand):
|
|||||||
raise CommandError(
|
raise CommandError(
|
||||||
"Offline compressiong is disabled. Set "
|
"Offline compressiong is disabled. Set "
|
||||||
"COMPRESS_OFFLINE or use the --force to override.")
|
"COMPRESS_OFFLINE or use the --force to override.")
|
||||||
warnings.warn(
|
|
||||||
"COMPRESS_OFFLINE is not set to True. "
|
|
||||||
"Offline generated cache will not be used.")
|
|
||||||
self.compress(sys.stdout, **options)
|
self.compress(sys.stdout, **options)
|
||||||
|
|||||||
Reference in New Issue
Block a user