summaryrefslogtreecommitdiff
path: root/modules/book/book.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book/book.module')
-rw-r--r--modules/book/book.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index a2281ff4e..cf53e2f0a 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -232,13 +232,6 @@ function book_form(&$node) {
);
$form['body_filter']['format'] = filter_form($node->format);
- $form['log'] = array(
- '#type' => 'textarea',
- '#title' => t('Log message'),
- '#weight' => 5,
- '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.'),
- );
-
if (user_access('administer nodes')) {
$form['weight'] = array('#type' => 'weight',
'#title' => t('Weight'),