Comment out logging statements in application

This commit is contained in:
jfrye122
2023-06-07 14:00:10 -04:00
parent ae8a0fb943
commit 851d8bebe4
4 changed files with 28 additions and 16 deletions

View File

@@ -159,7 +159,7 @@ export function JobIdSearchSelect(
// }}
onChangeText={(search) => {
if (search && search !== "") {
console.log("onChangeTextFired!!!!");
// console.log("onChangeTextFired!!!!");
handleSearch(search);
}
}}