ATWF A Tcl Web Framwork

Check-in [2c7aae3a98]
Login

Check-in [2c7aae3a98]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:removed debugging output

git-svn-id: https://atwf.svn.sourceforge.net/svnroot/atwf@609 3ddb7fe1-eb8e-4980-8f37-d9e37380b5db

Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2c7aae3a98920fe7acfce2616f6924096b5636f0
User & Date: arnulf@wiedemann-pri.de 2010-12-03 21:28:18.000
Context
2010-12-04
21:53
fixes for using tcl code

git-svn-id: https://atwf.svn.sourceforge.net/svnroot/atwf@610 3ddb7fe1-eb8e-4980-8f37-d9e37380b5db check-in: def9de5ecf user: arnulf@wiedemann-pri.de tags: trunk

2010-12-03
21:28
removed debugging output

git-svn-id: https://atwf.svn.sourceforge.net/svnroot/atwf@609 3ddb7fe1-eb8e-4980-8f37-d9e37380b5db check-in: 2c7aae3a98 user: arnulf@wiedemann-pri.de tags: trunk

21:27
removed debugging output

git-svn-id: https://atwf.svn.sourceforge.net/svnroot/atwf@608 3ddb7fe1-eb8e-4980-8f37-d9e37380b5db check-in: a4d5da23f8 user: arnulf@wiedemann-pri.de tags: trunk

Changes
Unified Diff Ignore Whitespace Patch
Changes to library/ATWF/Controllers/Front.tcl.
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
#        if {[throwExceptions]} {
#            throw $e
#        }
#
#        $_response setException $e
    }

puts stderr "dispatch loop completion!"
     # Notify plugins of dispatch loop completion
    try {
        $_plugins dispatchLoopShutdown
    } trap error [list msg opts] {
puts "MSG![self class]:[self method]!$msg!$opts!"
#        if {[throwExceptions]} {
#            throw $e







<







853
854
855
856
857
858
859

860
861
862
863
864
865
866
#        if {[throwExceptions]} {
#            throw $e
#        }
#
#        $_response setException $e
    }


     # Notify plugins of dispatch loop completion
    try {
        $_plugins dispatchLoopShutdown
    } trap error [list msg opts] {
puts "MSG![self class]:[self method]!$msg!$opts!"
#        if {[throwExceptions]} {
#            throw $e