Removed unnecessary debug log

This commit is contained in:
Rasika Perera 2016-10-13 08:22:37 +05:30
parent 135b6e8881
commit 790ca36443

View File

@ -206,6 +206,5 @@ function onRequest(context) {
} else {
deviceViewData["deviceFound"] = false;
}
log.error(deviceViewData);
return deviceViewData;
}