Delete some debug code in a function that is not used yet.
This commit is contained in:
parent
b0cd0818d9
commit
c51c30029d
1 changed files with 2 additions and 7 deletions
|
|
@ -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 )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue