Delete some debug code in a function that is not used yet.

This commit is contained in:
Uriel 2009-01-09 02:03:36 +01:00
parent b0cd0818d9
commit c51c30029d

View file

@ -267,13 +267,8 @@ fn app_handler {
################################## ##################################
# Meta-data extract # Meta-data extract
fn get_var { fn get_md_file_attr {
if(! ~ $#* 2) { sed -n '/^\* '$2': /p; /^\* '$2': /q; /^$/q' < $1
status='ERROR: wrong get_var args >>' $* '<< instead of: get_var file-name var-name'
dprint $status
}
if not
sed -n '/^\* '$2': /p; /^\* '$2': /q; /^$/q' < $1
} }
#app_blog_methods = ( _post index.rss ) #app_blog_methods = ( _post index.rss )