Skip to content

Commit

Permalink
Revert "Test for git problem"
Browse files Browse the repository at this point in the history
This reverts commit 0dc5132.
  • Loading branch information
teusbenschop committed Nov 30, 2023
1 parent 0dc5132 commit c1a8eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filter/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ int filter_shell_run ([[maybe_unused]] string directory,
string standarderr = pipe + ".err";
command.append (" > " + standardout);
command.append (" 2> " + standarderr);
Database_Logs::log(command); // Todo
int result = system (command.c_str());
string contents = filter_url_file_get_contents (standardout);
if (output) {
Expand Down

0 comments on commit c1a8eaa

Please sign in to comment.