Skip to content
Snippets Groups Projects
Commit 3413d07d authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

remove debugging

parent 4938ed1f
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ sub parse ...@@ -185,7 +185,7 @@ sub parse
if (ref ($c) eq 'Tomboy::Note::Simple') { $note= $c; } if (ref ($c) eq 'Tomboy::Note::Simple') { $note= $c; }
elsif (ref ($c) eq '') elsif (ref ($c) eq '')
{ {
print "create new c=[$c] fnm=[$fnm]\n"; # print "create new c=[$c] fnm=[$fnm]\n";
$note= new Tomboy::Note::Simple; $note= new Tomboy::Note::Simple;
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment