aboutsummaryrefslogtreecommitdiffstats
path: root/pull_url_from_journal.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpull_url_from_journal.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pull_url_from_journal.pl b/pull_url_from_journal.pl
index e281232..66941cf 100755
--- a/pull_url_from_journal.pl
+++ b/pull_url_from_journal.pl
@@ -10,5 +10,5 @@ chomp $line;
if ($line =~ m/(http.*)/) {
print $1;
- system('qutebrowser', $1);
+ # system('qutebrowser', $1);
}