зеркало из https://github.com/mozilla/pjs.git
Remove debugging code that accidentally got checked in.
This commit is contained in:
Родитель
db5becd2d1
Коммит
c42854be6b
|
@ -120,7 +120,6 @@ sub create {
|
|||
sub raise {
|
||||
my($exception, @data) = @_;
|
||||
my($filename, $line, $stacktrace) = stacktrace;
|
||||
PLIF->warn(7, "Exception raised: $exception");
|
||||
if (ref($exception) and $exception->isa('PLIF::Exception')) {
|
||||
# if the exception is an object, raise it
|
||||
# this is for people doing things like:
|
||||
|
|
Загрузка…
Ссылка в новой задаче