Electrical: remove some debug message

This commit is contained in:
Sidi Liang 2021-08-16 21:52:12 +08:00
parent bc93e2b48e
commit 6b039730de
No known key found for this signature in database
GPG Key ID: 9785F5EECFFA5311
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ var Series = {
var deltaSquared = U*U - 4*R*Pout;
if(deltaSquared < 0){
print("Electrical: Floting point error when calculating current! skipping");
electricalDebug.debugPrint("Electrical: Floting point error when calculating current! skipping", 1);
deltaSquared = 0;
}