From b23761744f237c5d9b4b1cabee4f5e76fc819213 Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Tue, 20 Mar 2012 12:00:18 +0000 Subject: [PATCH] Follow-up to r114256: Removing final assert --- maintenance/dumpTextPass.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index acbf431b50..cdbd546361 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -114,8 +114,6 @@ class TextPassDumper extends BackupDumper { } catch (Exception $e) { throw new MWException( __METHOD__ . " rotating DB failed to obtain new database (" . $e->getMessage() . ")" ); } - - assert( 'isset( $this->lb ) && isset( $this->db ) && $this->db->isOpen() /* rotating the DB worked */' ); } -- 2.20.1