OSDN Git Service

#30840 不要になっていたTemplate:Documentation絡みの処理も除去,
[wptscs/wpts.git] / Wptscs / Logics / MediaWikiTranslator.cs
index a571a58..9e79e8f 100644 (file)
@@ -1006,12 +1006,6 @@ namespace Honememo.Wptscs.Logics
             {
                 string dummy = page.Text;
             }
-            catch (EndPeriodException)
-            {
-                // 末尾がピリオドで終わるページが処理できない既知の不具合への対応、警告メッセージを出す
-                this.Logger.AddResponse(Resources.LogMessageErrorPageName, page.Title);
-                return false;
-            }
             catch (Exception e)
             {
                 // その他例外の場合、エラー情報を出力