Skip to content

Commit feaf0d4

Browse files
committed
Lint
1 parent a0ca1e9 commit feaf0d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Service.vala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,8 @@ public class Obliviate.Service : GLib.Object {
6767
try {
6868
regex = new Regex ("[^a-zA-Z0-9]");
6969
return regex.replace (str, str.length, 0, "");
70-
7170
} catch (Error e) {
72-
debug("Error removing symbols.");
71+
debug ("Error removing symbols.");
7372
}
74-
75-
7673
}
7774
}

0 commit comments

Comments
 (0)