Remove debugging code that accidentally got checked in.

This commit is contained in:
ian%hixie.ch 2002-12-30 06:43:27 +00:00
Родитель db5becd2d1
Коммит c42854be6b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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: