Removed some commented code.
This commit is contained in:
		@@ -25,10 +25,6 @@ impl Query {
 | 
				
			|||||||
    async fn pointless(&self) -> String {
 | 
					    async fn pointless(&self) -> String {
 | 
				
			||||||
        "this is pointless.".to_string()
 | 
					        "this is pointless.".to_string()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    //async fn create_table(&self, name: String) -> Result<Option<Table>> {
 | 
					 | 
				
			||||||
    //    Ok(Some(Table::new(name).await))
 | 
					 | 
				
			||||||
    //}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct Mutation;
 | 
					struct Mutation;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user