fixed leftover maniascript logging

This commit is contained in:
Steffen Schröder
2014-04-28 18:42:50 +02:00
parent 2442177166
commit 2cdb00131a
3 changed files with 41 additions and 22 deletions

View File

@ -254,7 +254,6 @@ Void {$updatePageFunction}(Text _PagingId, Text _PageLabelId, Integer _BrowseAct
PageFound = True;
}
}
log(Now^PageFound^CurrentPage^_Pages);
if (!PageFound && _BrowseAction != 0) {
declare Text ChunkAction;
if (_BrowseAction < 0) {
@ -265,7 +264,6 @@ Void {$updatePageFunction}(Text _PagingId, Text _PageLabelId, Integer _BrowseAct
if (_ChunkActionAppendPageNumber) {
ChunkAction ^= CurrentPage;
}
log(Now^ChunkAction);
TriggerPageAction(ChunkAction);
}
if (_PageLabelId == \"\") return;