remove debug msg for stock
This commit is contained in:
parent
37daa87f51
commit
1d7e9e9f73
@ -416,7 +416,6 @@ thread StockMarket_InsertReport( stockid, Float: default_start_pool, Float: defa
|
|||||||
stockid, stockid
|
stockid, stockid
|
||||||
);
|
);
|
||||||
mysql_tquery( dbHandle, szLargeString, "StockMarket_PanicSell", "d", stockid );
|
mysql_tquery( dbHandle, szLargeString, "StockMarket_PanicSell", "d", stockid );
|
||||||
print(szLargeString);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// full bankruptcy if a stock is $1 (UNTESTED!)
|
// full bankruptcy if a stock is $1 (UNTESTED!)
|
||||||
|
Loading…
Reference in New Issue
Block a user