diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 08dc657..2ab921b 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -71,8 +71,6 @@ PatchageEvent::find_port(const Patchage* patchage, const PortRef& ref) void PatchageEvent::execute(Patchage* patchage) { - //cerr << "{ EXECUTING EVENT" << endl; - if (_type == REFRESH) { patchage->refresh(); } else if (_type == PORT_CREATION) { @@ -152,3 +150,4 @@ PatchageEvent::execute(Patchage* patchage) //cerr << "}" << endl << endl; } + |