diff options
Diffstat (limited to 'src/grammar/WCPSRequest.java')
| -rw-r--r-- | src/grammar/WCPSRequest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grammar/WCPSRequest.java b/src/grammar/WCPSRequest.java index 048808b..031f74e 100644 --- a/src/grammar/WCPSRequest.java +++ b/src/grammar/WCPSRequest.java @@ -49,13 +49,11 @@ public class WCPSRequest implements IParseTreeNode public void setWhere(WhereClause w)
{
- System.err.println("Adding where clause !");
whereClause = w;
}
public void setReturn(ReturnClause r)
{
- System.err.println("Adding return clause !");
returnClause = r;
}
|
