MXS-1698: Remove false debug assertion

It is not an error if the correct GTID is not found and thus it should not
be asserted that one is found.
This commit is contained in:
Markus Mäkelä
2018-03-05 21:21:14 +02:00
parent 78abfd67e6
commit ff9024bdfb

View File

@ -206,7 +206,6 @@ public:
found = true;
}
}
ss_dassert(found);
}
}
bool operator == (const Gtid& rhs) const