log when activating smartfold
This commit is contained in:
parent
3a785dd858
commit
cd7baddc87
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ function injectCounter() {
|
|||
if (otc.smartFold) {
|
||||
if(this.MustFold) {
|
||||
ot.action.Fold();
|
||||
console.log('smart fold activated');
|
||||
} else {
|
||||
console.log('prevented bug by not smartfolding');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue