mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
57_Calendar.pm: comennt out main::Debug (as asked by Boris, Forum #72193)
git-svn-id: https://svn.fhem.de/fhem/trunk@14354 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
716e8f85a2
commit
d4dd8a93ed
@ -930,7 +930,7 @@ sub parseSub($$$) {
|
||||
#main::Debug "ENTER @ $ln";
|
||||
while($ln< $len) {
|
||||
my $line= $$icalref[$ln];
|
||||
main::Debug "parse line $line";
|
||||
#main::Debug "parse line $line";
|
||||
$ln++;
|
||||
# check for and handle continuation lines (4.1 on page 12)
|
||||
while($ln< $len) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user