Skip to content

Commit 63d2512

Browse files
committed
remove 2 selfmessages
1 parent d4e3f7d commit 63d2512

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gui/common/functions_utility~autociv.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,11 @@ if(bugIt)
519519
if(g_previousCaption == caption ){ // || g_lastCommand == caption
520520

521521
// selfMessage(`445: doppelPosting? '${g_lastCommand}' `);
522-
selfMessage(`505: dont found the command '${caption}' `);
523-
selfMessage(`506: command before was command '${g_previousCaption}' `);
524-
522+
if(bugIt)
523+
{
524+
selfMessage(`505: dont found the command '${caption}' `);
525+
selfMessage(`506: command before was command '${g_previousCaption}' `);
526+
}
525527
// whats about command msg1 msg2 msg3 ????
526528
// tats in line 232
527529

0 commit comments

Comments
 (0)