We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e3f7d commit 63d2512Copy full SHA for 63d2512
gui/common/functions_utility~autociv.js
@@ -519,9 +519,11 @@ if(bugIt)
519
if(g_previousCaption == caption ){ // || g_lastCommand == caption
520
521
// selfMessage(`445: doppelPosting? '${g_lastCommand}' `);
522
- selfMessage(`505: dont found the command '${caption}' `);
523
- selfMessage(`506: command before was command '${g_previousCaption}' `);
524
-
+ if(bugIt)
+ {
+ selfMessage(`505: dont found the command '${caption}' `);
525
+ selfMessage(`506: command before was command '${g_previousCaption}' `);
526
+ }
527
// whats about command msg1 msg2 msg3 ????
528
// tats in line 232
529
0 commit comments