Index: trunk/phase3/maintenance/dumpTextPass.php |
— | — | @@ -114,8 +114,6 @@ |
115 | 115 | } catch (Exception $e) { |
116 | 116 | throw new MWException( __METHOD__ . " rotating DB failed to obtain new database (" . $e->getMessage() . ")" ); |
117 | 117 | } |
118 | | - |
119 | | - assert( 'isset( $this->lb ) && isset( $this->db ) && $this->db->isOpen() /* rotating the DB worked */' ); |
120 | 118 | } |
121 | 119 | |
122 | 120 | |