Even it shouldn't happen, let's remove the var_dump() from the code.
Follow up to r87804
This commit is contained in:
parent
e22c5cb3e7
commit
8518183d2f
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class RevDel_RevisionList extends RevDel_List {
|
|||
return new RevDel_ArchivedRevisionItem( $this, $row );
|
||||
} else {
|
||||
// This shouldn't happen. :)
|
||||
var_dump( $row );
|
||||
throw new MWException( 'Invalid row type in RevDel_RevisionList' );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue