diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html
index 853cf101..eb0e453a 100644
--- a/sd-card/html/overview.html
+++ b/sd-card/html/overview.html
@@ -122,7 +122,6 @@ function refresh() {
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
var _rsp = xhttp.responseText;
- _rsp = "Status: " + _rsp;
$('#statusflow').html("Status: " + _rsp);
}
}