Remove support for old High Fidelity versions

This commit is contained in:
David Rowe 2018-02-07 09:45:21 +13:00
parent 7f6471fcd1
commit 75cf22ca7f

View file

@ -139,8 +139,7 @@
}
function setMappingCallback(status) {
// FIXME: "" is for RC < 63, null is for RC >= 63. Remove the former when RC63 is no longer used.
if (status !== "" && status !== null) {
if (status !== null) {
error("Error mapping recording to " + mappingPath + " on Asset Server!", status);
return;
}