aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index f2407b8d0..af5cabdc0 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -119,11 +119,6 @@ sub getconfig () { #{{{
}
delete $ENV{WRAPPED_OPTIONS};
- if ($config{post_commit} && ! commit_hook_enabled()) {
- # optimisation for no-op post_commit
- exit 0;
- }
-
loadplugins();
checkconfig();
}