Index: trunk/webapps/mergelogs.bat
===================================================================
--- trunk/webapps/mergelogs.bat	(revision 638)
+++ 	(revision )
@@ -1,10 +1,0 @@
-REM Merge log files and sort by timestamp
-REM Invoke from 'trunk' folder
-REM TODO: Add error handling - missing files, not executed from 'trunk', ... 
-
-REM  1. Extract CAD DETAIL lines from incident_script.xml
-set PYTHONPATH=webapps\unifiedlogger.zip  python -m extract_caddetails
-set dir="webapps\dynamicdata"
-REM 2. Merge the unified log with cad details and evaluation ratings
-type %dir%\unifiedlog.csv %dir%\caddetails.csv %dir%\evalratings.csv w:\web2py\samplelogfile.txt | sort > %dir%\unifiedlog_final.csv
-
