Skip to content

Commit 2613f1d

Browse files
committed
file cleaning
1 parent 5a9ea9c commit 2613f1d

File tree

3 files changed

+2
-113
lines changed

3 files changed

+2
-113
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ logs/
44
tmp/
55
perl/bin/perl
66

7-
test.db
87
*.qm
8+
*.autosave
9+
test.db
910
Makefile
1011
peb
1112
peb.exe

src/perl-debugger-handler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ public slots:
5050
.queryItemValue("command", QUrl::FullyDecoded);
5151
debuggerCommand.replace("+", " ");
5252

53-
// // Clean any previous debugger output:
54-
// debuggerAccumulatedOutput = "";
55-
5653
if (debuggerHandler.isOpen()) {
5754
if (debuggerCommand.length() > 0) {
5855
qDebug() << QDateTime::currentMSecsSinceEpoch()

src/perl-debugger-handler.h.autosave

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)