mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
WHAR-1397 Removes extraneous debug traces
This commit is contained in:
parent
40dcca0e8d
commit
0d5c93bbde
4 changed files with 150 additions and 150 deletions
|
|
@ -83,7 +83,7 @@ namespace PepperDash.Essentials {
|
|||
return true;
|
||||
}
|
||||
catch (Exception e) {
|
||||
Debug.Console(2, "BRidge {0}", e);
|
||||
Debug.Console(0, "Bridge {0}", e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue