Skip to content

Commit b667e6a

Browse files
committed
Removed debug line
1 parent 0175887 commit b667e6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/duckyParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ void DuckyParser::runProgram(const String &programName) {
140140
}
141141
void DuckyParser::runProgramLinux(const String &programName) {
142142
char keys[2] = { (char)KEY_LEFT_GUI, '\0' };
143-
delayFor(1000);
144143
sendCombination(keys);
145144
delayFor(2 * defaultDelay);
146145
sendInput(programName);

0 commit comments

Comments
 (0)