Index: branches/liquidthreads/extensions/LqtModel.php |
— | — | @@ -911,7 +911,6 @@ |
912 | 912 | if( array_key_exists( $post->getID(), self::$cache_by_root ) ) { |
913 | 913 | return self::$cache_by_root[$post->getID()]; |
914 | 914 | } |
915 | | - efVarDump(null, "withRoot( {$post->getID()} ) missed."); |
916 | 915 | $ts = Threads::where( array('thread.thread_root' => $post->getID()) ); |
917 | 916 | if( count($ts) == 0 ) { return null; } |
918 | 917 | if ( count($ts) >1 ) { |